Attentive-Neural-Process
Attentive-Neural-Process copied to clipboard
where can find the ''./checkpoint/checkpoint_50.pth.tar''?
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')"
you should train first, and it will save dict to that checkpoint per epoch.