-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
训练和预测的评估问题 #2
Comments
一部分是由于过拟合造成的(但在你说的问题中不是主要); |
哦哦,谢谢哈,貌似明白了。 |
1.如果是换成自己数据集的话可能要修改一些参数,比如学习率之类的; |
我预测出来的值,进行特征rescale后,都变成了0,真是奇怪了。测试集的RMSE=8.34 |
那你好好debug一下,肯定哪儿有问题。 |
你好,我一直看不懂卷积残差网络,残差网络对输入进行了卷积操作后,图片的大小不应该会变化的吗,怎么还可以喝输入的数据进行相加操作的呀,两个图片的大小都不一样?我不是很理解?麻烦大佬指点指点,感谢! |
如果尺寸不一样的话,会进行调整。可以参考原文https://arxiv.org/pdf/1512.03385.pdf |
我有点不明白,为什么论文中要把数据都是经过特征缩放到(-1,1)直接,最后输出用tanh? |
这样缩小范围做只为了方便快速收敛,好训练。你也可以缩放到(0,1)最后预测时用sigmoid都行,怎么效果好,怎么来 |
请问,您好,训练模型的时候用的是mse,loss值达到了0.0几的值,但是预测评估的时候rmse居然有大约20左右的值,rmse是mse的开根号,怎么样都不会差距那么大,这是为什么呀
请大佬帮忙解答,感谢
The text was updated successfully, but these errors were encountered: