conda activate p37t24_ai
cd E:\\Data\\ai
jupyter notebook
New → Python 3
Untitled → cnn_dogcat
import tensorflow as tf
버전 확인
tf.__version__
케라스 확인
import keras
keras.__version__