일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- PYTHON
- nlp
- error
- Colab
- naver
- multi-GPU
- 연구
- 네이버 NLP 인턴
- ICLR
- 네이버 검색팀
- 네이버
- 네이버 연구 인턴
- 네이버 인턴
- nn.DataParallel
- FairFil
- Torch
- conda
- 인턴
- FairFil: Contrastive Neural Debiasing Method for Pretrained Text Encoders
- Fairness AI
- 연구인턴
- pytorch
Archives
- Today
- Total
목록conda (1)
N'log
Google Colab에서 conda 환경 설정하기
condacolab을 이용하여 Conda 설치 !pip install -q condacolab import condacolab condacolab.install() 잘 설치되었는지 버전 및 위치 확인 !conda --version !which conda .yaml Conda 환경 파일 설치 !conda env create -f environment.yaml 하나의 셀 안에서 설치된 Conda 환경 실행하고 돌리고 싶은 파이썬 파일 돌리기 %%shell eval "$(conda shell.bash hook)" conda activate env python your_python_file.py Reference: https://inside-machinelearning.com/en/how-to-install-u..
Machine Learning/TIL
2023. 2. 23. 03:38