这个-127.5/127.5的报错是输入图片格式是灰度的问题吗

来源:6-8 编写训练神经网络的方法(上)

慕运维3364442

2018-09-15

http://img.mukewang.com/szimg/5b9ccdaa0001f63315012667.jpg
http://img.mukewang.com/szimg/5b9ccdaa0001aed915000844.jpg
代码改为灰度图片输入 输入(64,64,1),输出(1,(5,5)

写回答

1回答

Oscar

2018-09-17

我运行你发给我的代码(外加你的图片 images 文件夹)

(就是改成 

input_shape=(64, 64, 1)

model.add(tf.keras.layers.Conv2D(1, (5, 5), padding="same"))

)之后,错误不是和你一样的。而是:

File "train.py", line 59, in train
    input_batch = np.concatenate((input_batch, generated_images))
ValueError: all the input array dimensions except for the concatenation 
axis must match exactly
0
0

基于Python玩转人工智能最火框架 TensorFlow应用实践

机器学习入门,打牢TensorFlow框架应用是关键!

2214 学习 · 688 问题

查看课程