NELSONZHAO / zhihu

This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
https://zhuanlan.zhihu.com/zhaoyeyu
3.5k stars 2.14k forks source link

auto-encoder损失函数问题 #5

Open lc123623 opened 6 years ago

lc123623 commented 6 years ago

就是你的auto-encoder损失函数用的是sigmoid-cross-entropy-with,我感觉这个损失函数在这儿用不合适啊,我感觉应该用均方差啊,因为你的标签是0~1之间连续的