FewShotWithoutForgetting icon indicating copy to clipboard operation
FewShotWithoutForgetting copied to clipboard

Results 15 FewShotWithoutForgetting issues
Sort by recently updated
recently updated
newest added

Many bugs have been fixed. This current code is compatible with the latest PyTorch version. Tested the models on the collab.

**Can you give me some advice about this Error?** ``` 2019-07-31 08:51:00,403 - algorithms.Algorithm - INFO - Training: miniImageNet_Conv32CosineClassifier 20%|█▉ | 197/1000 [00:05 Dataset: MiniImageNet_val [2000 batches] 0%| | 0/2000...

Who can share the pickle of miniimagenet with me,I can’t download it!

Hello , thank you for the implementation of your work. For the first stage, I used the Conv128CosineClassifier configuration. Later with Attention based 5way 1-shot training(untouched configuration), I get 55.9...

Lots of you may be using pytorch 1.0++. But using the required version can save you a lot of time. Using pytorch 1.2, but you need to spend a lot...

Dear author We would like to quote your article. After seeing your code in architectures/ClassifierWithFewShotGenerationModule. I am a little confused about how the weight_base is obtained in class: Classifier in...

It is a really nice job! We tried to use resnet as a backbone just like what you did in our own experiment. However, it didn't improve performance as we...

When executing the command below: `CUDA_VISIBLE_DEVICES=0 python train.py --config=miniImageNet_Conv128CosineClassifier` It prompts: ``` Exception KeyError: KeyError(,) in