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