gitabcworld / MatchingNetworks

This repo provides pytorch code which replicates the results of the Matching Networks for One Shot Learning paper on the Omniglot and MiniImageNet dataset
Other
328 stars 81 forks source link

training objective theta #6

Open lwzhaojun opened 4 years ago

lwzhaojun commented 4 years ago

The training objective in the original paper is theta. Should the loss value be theta? Why is loss in your program a cross entropy loss?