creatorcyh2021

Results 10 comments of creatorcyh2021

您好,请问就是只要运行train.py返回的是测试集的RMSE吗,为什么我迭代20次运行出来是30多,还有请问只用训练集和测试集不需要验证集吗

好的,谢谢您的解答

想再请问您一下,您公开的部分参数是怎么设置的,最好结果是多少呢

谢谢您的回答,我看了您的博客,我是想问您有没有找到其他详细解读的文献

好的,谢谢

请问您python 用的哪一版本

您的pytorch下载的是cpu版本吗

执行设置10个不同随机种子,然后取均值为什么会有这样的错误:Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!

解决了,注释掉 if torch.cuda.is_available(): model = model.cuda()就好