LICENSE
setup.cfg
setup.py
ednaml/backbones/__init__.py
ednaml/backbones/multibranchresnet.py
ednaml/backbones/resnet.py
ednaml/backbones/shufflenet.py
ednaml/config/ConfigDefaults.py
ednaml/config/EdnaMLConfig.py
ednaml/config/ExecutionConfig.py
ednaml/config/ExecutionDatareaderConfig.py
ednaml/config/LoggingConfig.py
ednaml/config/LossConfig.py
ednaml/config/ModelConfig.py
ednaml/config/OptimizerConfig.py
ednaml/config/OptimizerListConfig.py
ednaml/config/SaveConfig.py
ednaml/config/SchedulerConfig.py
ednaml/config/TransformationConfig.py
ednaml/config/__init__.py
ednaml/core/EdnaML.py
ednaml/core/__init__.py
ednaml/crawlers/CUB200_2011DataCrawler.py
ednaml/crawlers/Cars196DataCrawler.py
ednaml/crawlers/ClassedCrawler.py
ednaml/crawlers/CoLabelCompCarsCrawler.py
ednaml/crawlers/CoLabelIntegratedDatasetCrawler.py
ednaml/crawlers/CoLabelVehicleColorCrawler.py
ednaml/crawlers/MTMCDataCrawler.py
ednaml/crawlers/Market1501DataCrawler.py
ednaml/crawlers/SUNDataCrawler.py
ednaml/crawlers/VRICDataCrawler.py
ednaml/crawlers/VeRiDataCrawler.py
ednaml/crawlers/VehicleIDDataCrawler.py
ednaml/crawlers/__init__.py
ednaml/datareaders/CompCars.py
ednaml/datareaders/VeRi.py
ednaml/datareaders/VehicleColor.py
ednaml/datareaders/VehicleID.py
ednaml/datareaders/__init__.py
ednaml/ednaml.egg-info/PKG-INFO
ednaml/ednaml.egg-info/SOURCES.txt
ednaml/ednaml.egg-info/dependency_links.txt
ednaml/ednaml.egg-info/requires.txt
ednaml/ednaml.egg-info/top_level.txt
ednaml/generators/ClassificationGenerator.py
ednaml/generators/CoLabelDeployGenerator.py
ednaml/generators/CoLabelIntegratedDatasetGenerator.py
ednaml/generators/MultiClassificationGenerator.py
ednaml/generators/__init__.py
ednaml/loss/CenterLoss.py
ednaml/loss/ClusterLoss.py
ednaml/loss/CompactContrastiveLoss.py
ednaml/loss/ContrastiveLoss.py
ednaml/loss/MarginLoss.py
ednaml/loss/ProxyNCA.py
ednaml/loss/SoftmaxLabelSmooth.py
ednaml/loss/SoftmaxLogitsLoss.py
ednaml/loss/TripletLoss.py
ednaml/loss/__init__.py
ednaml/loss/builders/ClassificationLossBuilder.py
ednaml/loss/builders/__init__.py
ednaml/models/ClassificationResnet.py
ednaml/models/ModelAbstract.py
ednaml/models/MultiBranchResnet.py
ednaml/models/MultiClassificationResnet.py
ednaml/models/__init__.py
ednaml/optimizer/ClassificationOptimizer.py
ednaml/optimizer/StandardLossOptimizer.py
ednaml/optimizer/__init__.py
ednaml/scheduler/FineGrainedSteppedLR.py
ednaml/scheduler/__init__.py
ednaml/trainer/BaseTrainer.py
ednaml/trainer/ClassificationTrainer.py
ednaml/trainer/MultiBranchTrainer.py
ednaml/trainer/MultiClassificationTrainer.py
ednaml/trainer/__init__.py
ednaml/utils/LabelMetadata.py
ednaml/utils/SaveMetadata.py
ednaml/utils/__init__.py
ednaml/utils/layers.py
ednaml/utils/math.py
ednaml/utils/torch_utils.py
ednaml/utils/web.py
ednaml/utils/blocks/ChannelAttention.py
ednaml/utils/blocks/DenseAttention.py
ednaml/utils/blocks/InputAttention.py
ednaml/utils/blocks/ResnetBasicBlock.py
ednaml/utils/blocks/ResnetBottleneck.py
ednaml/utils/blocks/ResnetInput.py
ednaml/utils/blocks/SpatialAttention.py
ednaml/utils/blocks/__init__.py
ednaml/utils/splits/__init__.py
ednaml/utils/splits/cub200.py
ednaml/utils/splits/sun.py