摘要: 链接 阅读全文
posted @ 2018-10-18 19:26 luoganttcc 阅读(110) 评论(0) 推荐(0) 编辑
摘要: import numpy as npimport tensorflow as tffrom keras.callbacks import TensorBoardfrom keras.layers import Input, Densefrom keras.m... 阅读全文
posted @ 2018-10-18 18:26 luoganttcc 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 参考1参考2train_on_batchn_epoch = 12batch_size = 16for e in range(n_epoch): print("epoch", e) batch_num = 0 loss_sum=np.arra... 阅读全文
posted @ 2018-10-18 18:16 luoganttcc 阅读(163) 评论(0) 推荐(0) 编辑