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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

training objective theta

lwzhaojun opened this issue · comments

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?