johnnyasd12

Results 2 issues of johnnyasd12

Hi, I re-do the Conv4-ProtoNet 5-way-5-shot experiment, but the accuracy is about 4% more than the paper. ```console python ./train.py --dataset CUB --model Conv4 --method protonet --train_aug python ./save_features.py --dataset...

Hi, I wonder how is `is_training` argument work? In the code, it seems it's for setting batch_norm layer behavior, but after training, if I need to generate image with `is_training=False`,...