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
When I was using the SubMConv2d module, I found that the ckpt saved during training could not reproduce its performance after loading it during evaluation. Here is my testing code:
The input stayed the same, but output varied between two possible outcomes. You can easily see this by running the above demo. Looking forward to a solution.
The text was updated successfully, but these errors were encountered:
ChrisDong-THU
changed the title
Can not reproduce stably from ckpt
Can not reproduce stably from .ckptDec 2, 2024
ChrisDong-THU
changed the title
Can not reproduce stably from .ckpt
Can not reproduce stably from ckpt
Dec 2, 2024
When I was using the
SubMConv2d
module, I found that the ckpt saved during training could not reproduce its performance after loading it during evaluation. Here is my testing code:SubMConv2d is a layer of SparseConv, whose
forward
func I've carefully checked for debugging:The input stayed the same, but output varied between two possible outcomes. You can easily see this by running the above demo. Looking forward to a solution.
The text was updated successfully, but these errors were encountered: