Installation

PyPI install

Pull SCALE from PyPI (consider using pip3 to access Python 3):

pip install scalex

Pytorch

If you have cuda devices, consider install Pytorch cuda version.:

conda install pytorch torchvision torchaudio -c pytorch

Troubleshooting

Anaconda

If you do not have a working installation of Python 3.6 (or later), consider installing Miniconda (see Installing Miniconda).

Installing Miniconda

After downloading Miniconda, in a unix shell (Linux, Mac), run

cd DOWNLOAD_DIR
chmod +x Miniconda3-latest-VERSION.sh
./Miniconda3-latest-VERSION.sh

and accept all suggestions. Either reopen a new terminal or source ~/.bashrc on Linux/ source ~/.bash_profile on Mac. The whole process takes just a couple of minutes.