Environment installation
Installation for anaconda on Linux:
wget https://repo.anaconda.com/archive/Anaconda3-2020.11-Linux-x86_64.sh
bash ./Anaconda3-2020.11-Linux-x86_64.sh
echo 'export PATH="$pathToAnaconda/anaconda3/bin:$PATH"' >> ~/.bashrc
conda config --set auto_activate_base false
Installation for anaconda on MS-Windows:
See specific tutorial from official website: Documentation
Download the packaged environment:
Activate the environment:
(1) mkdir -p benchmark_env
(2) tar -xzf benchmark_env.tar.gz -C benchmark_env/
(3) source benchmark_env/bin/activate
Finally, the set up of environment is done, please download GBGallery and refer to the following document for usage: