반응형
1) Export existing env
conda env export > pytorch.yml
2) clone the exported env
conda env create -f pytorch.yml
'Python' 카테고리의 다른 글
python에서 evaluate과 tqdm 같이 사용하기 (0) | 2023.04.12 |
---|---|
For문을 이용한 Dictionary의 key, item 접근 (0) | 2023.04.03 |
numpy array with increasing integer element (0) | 2018.11.22 |
generate a sequence of random int in range (0) | 2018.10.30 |
Random int generation in range (0) | 2018.10.30 |