import cifar10, cifar10_input import tensorflow as tf import numpy as np import time max_steps = 3000 # 最大迭代輪數 batch_size = 128 # 批 ...
確定! 回上一頁