Installation¶
System requirements¶
Auto-PyTorch has the following system requirements:
Linux operating system (for example Ubuntu) (get Linux here),
Python (>=3.6) (get Python here).
C++ compiler (with C++11 supports) (get GCC here) and
SWIG (version 3.0.* is required; >=4.0.0 is not supported) (get SWIG here).
Installing Auto-Pytorch¶
conda create -n autopytorch python=3.8
conda activate autopytorch
conda install gxx_linux-64 gcc_linux-64 swig
cat requirements.txt | xargs -n 1 -L 1 pip install
python setup.py install
Docker Image¶
TODO