You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested on A5000 & 3080ti Step1:Install pyxtal first conda install conda-forge::pyxtal Step2:Follow the instruction here to setup the environment like cdvae
But remember to change the conda env create -f to conda env update -f txie-93/cdvae#63
PS:Do remeber to uninstall torch after conda create -f env.yml and reinstall it by pip install torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html
You may try out this bash script for linux
Tested on A5000 & 3080ti
Step1:Install pyxtal first
conda install conda-forge::pyxtal
Step2:Follow the instruction here to setup the environment like cdvae
But remember to change the
conda env create -f
toconda env update -f
txie-93/cdvae#63
PS:Do remeber to uninstall torch after
conda create -f env.yml
and reinstall it bypip install torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html
You may try out this bash script for linux
The text was updated successfully, but these errors were encountered: