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
- 서평
- 독후감
- 통계학
- Tistory
- 리눅스
- 딥러닝
- 티스토리
- Python
- 파이썬 시각화
- 서평단
- Pandas
- Visualization
- 매틀랩
- Google Analytics
- matplotlib
- Linux
- MATLAB
- 파이썬
- 블로그
- 시각화
- 텐서플로
- Blog
- 한빛미디어
- tensorflow
- python visualization
- 월간결산
- MySQL
- 한빛미디어서평단
- Ga
- SQL
Archives
- Today
- Total
pbj0812의 코딩 일기
[TensorFlow] Colab 세팅하기 본문
0. 목표
- colab에서 tensorflow2 세팅
1. 실습
1) 링크 접속
- 새노트
2) tensorflow 설치
!pip install tensorflow
- 설치되어 있음
3) GPU 사용하기
- 런타임 -> 런타임 유형 변경 -> GPU or TPU 선택
'인공지능 & 머신러닝 > TensorFlow' 카테고리의 다른 글
[TensorFlow] sin 그래프 예측하기 (0) | 2020.07.25 |
---|---|
[TensorFlow] MNIST 예제를 활용한 내가 쓴 숫자 맞추기 (0) | 2020.07.13 |
[TensorFlow] Sequences, Time Series and Prediction (coursera) (0) | 2020.04.03 |
[TensorFlow] Natural Language Processing in TensorFlow (0) | 2020.04.01 |
[TensorFlow] Convolutional Neural Networks in TensorFlow (Coursera) (2) | 2020.03.31 |
Comments