우노
[DL] Tensorflow version 확인 본문
Tensorflow version 확인 코드
$ python
> import tensorflow as tf
> tf.__version__
'2.2.0'
참고
'AI > Deep Learning' 카테고리의 다른 글
[DL] TFLite 와 TensorRT 간단 비교 (2) | 2022.01.12 |
---|---|
[DL] 양자화(Quantization)란? (0) | 2022.01.10 |
[DL] Tensorflow 모델 저장/불러오기 (0) | 2021.08.12 |
[DL] Distributed Training (분산 학습) 이란? (0) | 2021.07.29 |
[DL] DNN Grid Search (3) | 2021.07.16 |
Comments