models-comparison.pytorch
Code for the paper Benchmark Analysis of Representative Deep Neural Network Architectures
File Explorer
Download Latest Version (.zip)- _config.yml
- index.md
- resnet152_dump.lua
- resnet152_load.py
- __init__.py
- resnext101_32x4d_features.py
- resnext101_64x4d_features.py
- __init__.py
- bninception.py
- cafferesnet.py
- dpn.py
- fbresnet.py
- googlenet.py
- inceptionresnetv2.py
- inceptionv4.py
- mobilenet.py
- mobilenetv2.py
- nasnet.py
- nasnet_mobile.py
- resnext.py
- senet.py
- shufflenet.py
- state_dict_surgery.py
- torchvision_models.py
- utils.py
- vggm.py
- wideresnet.py
- xception.py
- __init__.py
- utils.py
- version.py
- compute_accuracy_rate.py
- compute_computational_complexity.py
- compute_inference_time.py
- compute_memory_usage.py
- README.md
- .gitignore
- _config.yml
- LICENSE.txt
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/CeLuigi/models-comparison.pytorch
Downloads the entire project code from GitHub to your computer.
cd models-comparison.pytorch
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
