You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for your interest in the project and the released code.
We made sure that the code can robustly reproduce the numbers we reported in the paper when released the code, and since then I have confirmed with several people who tried the code and they can also reproduce the results.
However, since the 2nd week in September, I started to receive a few emails reporting that they have an issue in reproducing the results either in the Self-Monitoring agent or the Regretful agent.
I decided to create this issue now so that people who are interested in the proposed method can run the code and continue their research with caution. Currently, I suspect this issue is due to version differences in PyTorch (or even other python/Cuda libraries that I am using) that cause unexpected behavior.
With the current conference deadlines, I expect myself to be able to start investigating this issue as early as the winter break (end of December).
Below are the experimental setups that I used for developing and releasing the code. I hope this would help to reproduce the results.
I also tested it out on the following setting and made sure it can reproduce the results when releasing the code:
PyTorch 1.0.0
CUDA: 10.0.130
Cudnn: 7401
The text was updated successfully, but these errors were encountered:
@chihyaoma@liuhualin333 Have you been able to reproduce the result with pytorch 1.2.0, cuda 10.1? I have the same problem here. My configurations are as follows.
Hi all,
Thank you so much for your interest in the project and the released code.
We made sure that the code can robustly reproduce the numbers we reported in the paper when released the code, and since then I have confirmed with several people who tried the code and they can also reproduce the results.
However, since the 2nd week in September, I started to receive a few emails reporting that they have an issue in reproducing the results either in the Self-Monitoring agent or the Regretful agent.
I decided to create this issue now so that people who are interested in the proposed method can run the code and continue their research with caution. Currently, I suspect this issue is due to version differences in PyTorch (or even other python/Cuda libraries that I am using) that cause unexpected behavior.
With the current conference deadlines, I expect myself to be able to start investigating this issue as early as the winter break (end of December).
Below are the experimental setups that I used for developing and releasing the code. I hope this would help to reproduce the results.
Code development:
PyTorch 0.4.1
CUDA: 9.2.148
Cudnn: 7104
I also tested it out on the following setting and made sure it can reproduce the results when releasing the code:
PyTorch 1.0.0
CUDA: 10.0.130
Cudnn: 7401
The text was updated successfully, but these errors were encountered: