We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#Installing env with python3.7
conda create --name envgrover37 python=3.7 conda activate env grover37
pip install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html
conda install -c conda-forge boost conda install -c conda-forge boost-cpp conda install -c rmg descriptastorus conda install -c acellera rdkit=2019.03.4.0 conda install -c conda-forge tqdm conda install -c anaconda typing conda install -c anaconda scipy=1.3.0 conda install -c anaconda scikit-learn=0.21.2
Add import sys sys.path.append('/user/grover/') to build_vocab.py and save_features.py split_data.py
import sys sys.path.append('/user/grover/')
build_vocab.py
save_features.py split_data.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
install.sh
#Installing env with python3.7
conda create --name envgrover37 python=3.7
conda activate env grover37
pip install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html
(cuda version: 11.1)
conda install -c conda-forge boost
conda install -c conda-forge boost-cpp
conda install -c rmg descriptastorus
conda install -c acellera rdkit=2019.03.4.0
conda install -c conda-forge tqdm
conda install -c anaconda typing
conda install -c anaconda scipy=1.3.0
conda install -c anaconda scikit-learn=0.21.2
how to fix 'module grover not found' error
Add
import sys sys.path.append('/user/grover/')
to
build_vocab.py
andsave_features.py split_data.py
The text was updated successfully, but these errors were encountered: