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 |
Tags
- 태블로
- torch.nn.Linear
- 대학원연수프로그램
- 당분 함유량과 칼로리의 상관관계
- random effect model
- wishart laplace transform
- explicit random effect model
- 태블로부트캠프
- 모수추정
- 토스 sql
- 시/군/구 별 매장 분포 현황
- wishart parameter 추정법
- 조세퍼스 문제
- toss sql
- 이공계 대학원 연수 프로그램
- 메뉴명 별 칼로리 & 카페인
- d similar
- 토스 data assistant
- wishart gamma random effect model
- adp문제
- wishart-gamma
- sql코테준비
- 범례 워크시트 위 이동
- dependency modeling
- 코테select
- 카테고리와 메뉴명을 한 번에 살펴보기
- 백준 알고리즘 기초1
- 단어뒤집기
- adp필기문제
- d similar matrices class
Archives
- Today
- Total
목록cuDNN 8.1설치 (1)
수리통계 분석 코딩 실습

✔️ torch gpu 설치 방법을 알아보자 [process] [torch 전 유의사항] - [torch-gpu설치] - [torch 사용 확인법] [1] torch 전 유의사항 📌 torch나 tensorflow를 둘다 gpu로 구동할 수 없다. 둘다 gpu 세팅을 하게 되면, cuda가 작동을 안하므로(cpu만 사용됨), 반드시 torch를 gpu설정하기 위해선 tensorflow-gpu를 제거 해야 한다. pip show로 tensorflow-gpu가 설치되었는지 확인 후, uninstall을 사용해 제거한다. pip show tensorflow-gpu pip uninstall tensorflow-gpu 📌 반드시, cuDNN, CUDA를 gpu 사양에 맞춰 다운로드 받아야하는데, 📍torch를 설..
기타/python gpu
2024. 3. 7. 16:33