原创 tensorflow3.mnist實戰

import numpy as np import tensorflow as tf import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' from tensorflow.example