Notice
Recent Posts
Recent Comments
Link
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 변속
- jupyter-notebook
- 입문
- multiclass-label
- 다중
- 일상
- serviceworkerversion
- cross-entropy
- 안장
- NN
- sftp
- stone-weierstrass
- 회사
- vsCode
- universal-approximation
- 구매리스트
- miniconda
- how-to
- neural-networks
- flutter
- 로드
- 업무강도
- deep-learning
- loadentrypoint
- optimizations
Archives
- Today
- Total
목록miniconda (1)
Happy Sisyphe

1. https://docs.anaconda.com/miniconda/#miniconda-latest-installer-links 접속하여, installer download 하기2. 시작화면에서 miniconda 실행하기3. miniconda 콘솔에서, jupyter notebook 설치 및 실행하기하위 command 한줄씩 실행conda initconda create --name nn python=3.9 -ypip install torch==2.0.0 torchvision==0.15.1pip install d2lcd c:/mkdir nnconda activate nnjupyter notebook4. 새로운 notebook 파일 생성하기
Programming/ML&DL
2024. 10. 14. 14:30