Open TianyuanYu opened 4 years ago
Hmm interesting. Can you show the screenshot of the loss curve (baseline++ training) displayed on the tensorboard? The path of the saved tensorboard file should be indicated in this line.
Thanks for your reply. This is my loss curve for baseline++.
Sorry for the late reply.
Seems like your loss is a bit higher than mine. What's the Pytorch version you use?
Thanks. I am using python3.6.7 and pytorch1.4.0
Hi, thanks for sharing your code. When I use the pertrained baseline++ with ResNet10 (downloaded according to Readme), I can always get a very good result combined with gnn (around 63% for 1 shot on MiniImageNet). But when I try training ResNet10 by myself using train_baseline.py, the result combined with gnnnet will drop 4-5% (I tried 3 times with different baseline++ and only to get 58%-59%). Do you have any idea about the possible reason?