Skip to content

Official Implementation of 'Fast AutoAugment' in PyTorch.

License

Notifications You must be signed in to change notification settings

sytelus/archai_old

 
 

Repository files navigation

ArchAI Library

Installation

  • Ubuntu
  • Install cuda 10.1
  • Install anaconda package manager
  • conda env create -f archaicuda101.yml
  • conda activate archaicuda101
  • pip install -r requirements.txt
  • pip install -e .

Test installation

  • From archai root 'bash scripts/test_toy_examples/test_toy_examples.sh'

About

Official Implementation of 'Fast AutoAugment' in PyTorch.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%