摘要: import tensorflow as tf import numpy as np def _parse_function(x): num_list = np.arange(10) return num_list def _from_tensor_slice(x): return tf.data.Dataset.from_tensor_slices(x) sof... 阅读全文
posted @ 2019-08-12 23:04 python我的最爱 阅读(4014) 评论(0) 推荐(0) 编辑