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
I found the following command can install the basic env for inference:
conda create -n cotr_env python=3.7 conda activate cotr_env conda install scipy=1.2.1 conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=10.2 -c pytorch conda install opencv=3.4.2 conda install scikit-image jupyter pytables matplotlib imageio tqdm pip install tensorboardX pip install easydict pip install kornia==0.5.3 pip install --upgrade vispy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found the following command can install the basic env for inference:
The text was updated successfully, but these errors were encountered: