MAML-Pytorch
MAML-Pytorch copied to clipboard
Only use Conv and Linear
Hi, has anyone tried only to use Conv, and Linear function without BN? I commented BN in the config, and the result gives me random guess ...
For 5-ways, the acc=0.5 ...
I checked the code, I cannot figure out how this happens ...
for 5-way (5 classes), random guess should give you 0.2 accuracy, isn't it?