Tested on A5000 & 3080ti
Step1:Install pyxtal firstconda install conda-forge::pyxtalStep2:Follow the instruction here to setup the environment like cdvae
But remember to change the conda env create -f to conda env update -fhttps://github.com/txie-93/cdvae/issues/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 theconda env create -f
toconda env update -f
https://github.com/txie-93/cdvae/issues/63 PS:Do remeber to uninstall torch afterconda 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