텐서플로우(Tensorflow), 케라스(Keras) 버전 확인

2023. 7. 30. 19:26Tensorflow

import tensorflow as tf
print(tf.__version__)

import keras
print(keras.__version__)