Installation¶
Note
In order to make use of the GPU, make sure that you have the correct prerequisites installed.
zyglrox
relies on Tensorflow 1.15.0, which has the same requirements as 1.14.0:
Python 3.3-3.7
CUDNN 7.4
CUDA 10.0
See the tensorflow documentation for more information.
Setup a Conda environment using the environment.yml
file
Clone the git
git clone https://gitlab.com/rooler/zyglrox.git
Create a virtual environment
conda env create -f environment.ymlIt is good to know that you can easily update the env
conda env update -f environment.ymlTo remove the environment use
conda remove --name qve --all
Activate the environment as follows:
conda activate zyglrox
Finally, navigate to the zyglrox
directory and run
python setup.py install
If you care able to run the tutorials, you’re good to go!