Attentive-Neural-Process icon indicating copy to clipboard operation
Attentive-Neural-Process copied to clipboard

where can find the ''./checkpoint/checkpoint_50.pth.tar''?

Open cj741 opened this issue 4 years ago • 1 comments

Hi everyone, There is the following code which load “checkpoint_50.pth.tar”, but I didn't find it in the project, please help to get the file. "state_dict = t.load('./checkpoint/checkpoint_50.pth.tar')"

cj741 avatar Aug 12 '20 07:08 cj741

you should train first, and it will save dict to that checkpoint per epoch.

andyj1 avatar Jan 08 '21 01:01 andyj1