Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 카프카
- mysql
- query history
- k9s
- KubernetesPodOperator
- UI for kafka
- ksql
- 모바일
- 윈도우
- 크롤링
- Materializations
- bar cahrt
- docker
- Java
- CDC
- DBT
- kafka
- spring boot
- 파이썬
- 도커
- dbt_project
- numpartitions
- spark
- polars
- 동적 차트
- airflow
- freshness
- Python
- proerty
- 쿠버네티스
Archives
- Today
- Total
데이터 엔지니어 이것저것
PyTorch 설치하기 본문
728x90
PyTorch
An open source machine learning framework that accelerates the path from research prototyping to production deployment.
pytorch.org
pip3 install torch==1.9.0+cu102 torchvision==0.10.0+cu102 torchaudio===0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
설치하는데 걸리는 시간이 다소 있다.
728x90
'머신러닝' 카테고리의 다른 글
로지스틱 회귀분석 (0) | 2021.09.08 |
---|---|
Pytorch GPU 사용 여부 확인 (0) | 2021.08.31 |
wordcloud + eunjeon (0) | 2021.02.26 |
어휘 빈도- 문서 역빈도 분석 (0) | 2021.02.19 |
상관분석 (Correlation Analysis) (0) | 2021.01.12 |