pretrained-models.pytorch
Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.
File Explorer
Download Latest Version (.zip)- cat.jpg
- cat_224.jpg
- croco.jpg
- imagenet_classes.txt
- imagenet_synsets.txt
- imagenet_eval.py
- imagenet_logits.py
- visu_arch.py
- voc2007_extract.py
- __init__.py
- utils.py
- voc.py
- 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
- inceptionresnetv2.py
- inceptionv4.py
- nasnet.py
- nasnet_mobile.py
- pnasnet.py
- polynet.py
- resnext.py
- senet.py
- torchvision_models.py
- utils.py
- vggm.py
- wideresnet.py
- xception.py
- __init__.py
- utils.py
- version.py
- test_pm_imagenet.py
- test_torch_save.py
- .gitignore
- .travis.yml
- LICENSE.txt
- README.md
- requirements.txt
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/Cadene/pretrained-models.pytorch
Downloads the entire project code from GitHub to your computer.
cd pretrained-models.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)
