Skip to content
New issue

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

Conda env #25

Open
jiangwei221 opened this issue Feb 11, 2022 · 0 comments
Open

Conda env #25

jiangwei221 opened this issue Feb 11, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@jiangwei221
Copy link
Collaborator

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
@jiangwei221 jiangwei221 added the documentation Improvements or additions to documentation label Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant