RongYi

Results 29 comments of RongYi

这我就不太清楚了…或许可以用其他你能跑通的训练代码来跑这个model

你好, 1. testing score指的就是测试时的CD值。 2. 确实差的比较多,能看一下训练的log吗?然后,用的seed generator是哪一个呢?

1. 是的。 2. testing.txt, 这是我训练得到的文件。你可以参考下。 [testing.txt](https://github.com/user-attachments/files/17413333/testing.txt) 另外附上我当时的测试结果,[easy.txt](https://github.com/user-attachments/files/17413354/easy.txt),[median.txt](https://github.com/user-attachments/files/17413356/median.txt),[hard.txt](https://github.com/user-attachments/files/17413355/hard.txt) ps. 权重的话我也有,但是代码重构过,所以load不了...

1. 有的,你留个邮箱。 2. train.py训练代码里的测试代码和test.py一样吧。感觉有点波动也正常?

你好,邮件已发送。关于问题2,固定下随即种子看看? 关于问题3,也许是推理的时候有数值溢出了,可以调大插值时候的常数值。

2. 算吧。这样每次跑出来结果应该都一样吧。 3. https://github.com/EasyRy/CRA-PCN/tree/main/models#tips

Close this issue since no more response. Feel free to reopen it if you have more questions.

训练路径在这里. https://github.com/EasyRy/CRA-PCN/blob/e87d11a5134332366c507f7cf784a03ad13a4d00/train_mvp.py#L54-L63 你之前几行代码并没有用, 抱歉没清理干净.

Thanks for your interest! Sorry for the late replay. 抱歉应该不支持转成onnx进行部署, 而且我不太了解ONNX