摘要: batch_x=[1,2,3,4,5,6,7,8,9] indices = np.random.permutation(len(batch_x)) batch_x = batch_x[indices]发生错误:TypeError:only integer scalar arrays can be c 阅读全文
posted @ 2020-06-08 17:20 liangxinxin 阅读(4364) 评论(0) 推荐(0)