LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
torch_basic_models/__init__.py
torch_basic_models/__version__.py
torch_basic_models/batch_norm_2d.py
torch_basic_models/blocks.py
torch_basic_models/face.py
torch_basic_models/layers.py
torch_basic_models/losses.py
torch_basic_models/mobilenet_v2.py
torch_basic_models/mobilenet_v3.py
torch_basic_models/resnet.py
torch_basic_models.egg-info/PKG-INFO
torch_basic_models.egg-info/SOURCES.txt
torch_basic_models.egg-info/dependency_links.txt
torch_basic_models.egg-info/entry_points.txt
torch_basic_models.egg-info/requires.txt
torch_basic_models.egg-info/top_level.txt
torch_basic_models/configs/__init__.py
torch_basic_models/configs/build/__init__.py
torch_basic_models/configs/build/arc_face_config.py
torch_basic_models/configs/build/cross_entropy_loss_config.py
torch_basic_models/configs/build/l2_loss_config.py
torch_basic_models/configs/build/label_smoothing_loss_config.py
torch_basic_models/configs/build/mobilenet_v2_config.py
torch_basic_models/configs/build/mobilenet_v3_config.py
torch_basic_models/configs/build/resnet_config.py
torch_basic_models/schema/arc_face_config.json
torch_basic_models/schema/cross_entropy_loss_config.json
torch_basic_models/schema/l2_loss_config.json
torch_basic_models/schema/label_smoothing_loss_config.json
torch_basic_models/schema/mobilenet_v2_config.json
torch_basic_models/schema/mobilenet_v3_config.json
torch_basic_models/schema/resnet_config.json