Targeted-Dropout
Complementary code for the Targeted Dropout paper
File Explorer
Download Latest Version (.zip)- __init__.py
- cifar_generator.py
- generator_utils.py
- mnist_generator.py
- __init__.py
- dataset_maps.py
- image_reader.py
- imagenet_augs.py
- registry.py
- __init__.py
- basic.py
- defaults.py
- lenet.py
- registry.py
- resnet.py
- user.py
- utils.py
- vgg.py
- __init__.py
- basic.py
- __init__.py
- lenet.py
- __init__.py
- resnet.py
- __init__.py
- activations.py
- dropouts.py
- initializations.py
- model_utils.py
- optimizers.py
- __init__.py
- vgg.py
- __init__.py
- registry.py
- __init__.py
- eval.py
- prune.py
- README.md
- __init__.py
- __init__.py
- envs.py
- flags.py
- lr_schemes.py
- tpu.py
- .gitignore
- .travis.yml
- __init__.py
- README.md
- requirements.txt
- train.py
# Installation Guide
1. Get the code
git clone https://github.com/Cohere-Labs-Community/Targeted-Dropout
Downloads the entire project code from GitHub to your computer.
cd Targeted-Dropout
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)
