autoencoder icon indicating copy to clipboard operation
autoencoder copied to clipboard

卷积自编码器

Open fangxin-debug opened this issue 4 years ago • 2 comments

您好,关于卷积自编码器我有一个疑问 关于损失函数,为什么使用的不是 mse 而是 binary_crossentropy?

fangxin-debug avatar Apr 14 '22 05:04 fangxin-debug

求的就是mse吧,回归问题,不是分类问题

XingdaChen1996 avatar Mar 27 '24 08:03 XingdaChen1996

您好,请问卷积自编码器程序可以跑,但是绘图部分报错如下该如何处理啊,谢谢! Traceback (most recent call last): File "D:...\conv_autoencoder.py", line 122, in plot_accuray(history_record) File "D:...\conv_autoencoder.py", line 66, in plot_accuray accuracy = history_record.history["acc"] ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^ KeyError: 'acc'

Trouverecc avatar Mar 28 '24 14:03 Trouverecc