Eugene Lee

Results 13 comments of Eugene Lee

Same problem here, I tried a quick test on CIFAR100 and the performance was really poor. Is there a mistake with the code or this architecture only performs well on...

Hi @TING-PAN , Can you share what modifications you made to the existing code to obtain that result? As from issue #21 that I made, I couldn't even get close...

@TING-PAN , Thanks for sharing your training hyperparameters. I'll update you if I can obtain the results shown in the paper.

@vincent-leguen Thanks for the update! Eugene

Hi @vincent-leguen , thanks for releasing the pretrained model and the updated configuration of the code. I'll re-run the code from scratch to validate the reported performance. This is an...

Hi @vincent-leguen , for the recently updated code, do I run using the default configs, i.e. `python3 main.py`? At epoch 1000, I obtained MSE of 38.62 which is still off...

Thanks for going through my PR. Here's my understanding: The softmax scales to final dimension (input and null) into a probability (local). The search of the top k_A is based...

Is this issue fixed yet? It's really bad for my SSD to download large files from remote server.

Pre-trained model will be uploaded shortly. Thank you for your patience.

Hi, A simple guideline is to pay attention to the partitioning of meta-training set into query and support sets. The rest of the training is straightforward and can be directly...