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 for publishing a great paper, code and dataset. I have a few questions.
I would like to know the type and number of GPUs you used and the execution environment such as OS.
Do you have the log file when you created best_model_state_dict.pth?
I would like to confirm that some parameters are different between the paper and the code,and that the loss behavior is sometimes strange.
Have there been any cases where the following nan occurs?
Hi, @Chris10M
Thank you for publishing a great paper, code and dataset. I have a few questions.
I would like to know the type and number of GPUs you used and the execution environment such as OS.
Do you have the log file when you created
best_model_state_dict.pth
?I would like to confirm that some parameters are different between the paper and the code,and that the loss behavior is sometimes strange.
Have there been any cases where the following
nan
occurs?nn.DataParalell
,loss.backward()
took a lot of time when using multiple GPUs and training does not proceed, is this normal?The text was updated successfully, but these errors were encountered: