본문 바로가기

카테고리 없음

케라스 버젼(version) 확인 및 텐서플로우 버젼확인 코드 / Checking Keras and Tensorflow Code

텐서플로우

import tensorflow as tf

print(tf.__version__)


케라스

import keras

print(keras.__version__)