MetaOptNet icon indicating copy to clipboard operation
MetaOptNet copied to clipboard

Meta-Learning with Differentiable Convex Optimization (CVPR 2019 Oral)

Results 11 MetaOptNet issues
Sort by recently updated
recently updated
newest added

![微信截图_20211223151439](https://user-images.githubusercontent.com/26209262/147203004-66eacc48-b970-4b3c-9b28-7e4c0abdab6f.png) When I load train_labels.pkl,I can only know which category is between 0-351 as above ,but I need to know the true category like(cat ,bird etc.) and their ids in...

Hi, Thanks for sharing the source code! I'm wondering if you can provide the Pretrained model file you use to report the number in the paper. In particular, I would...

Hi. Thank you for publishing the code. I am trying to do an experiment with Few-shot learning benchmark datasets (i.e., CIFAR-FS and FC100) with the data loader. While as I...

Thank you for your code. When I run the code .I feel very stange. yestoday I run the code. The qpth have some problem. but today I run the code...

Pytorch 1.0.1. Still have this problem with RTX2080ti.

Hello, I was trying to replicate the results reported in the paper but failed. Could you share the parameter setting when you run ResNet12 as backbone and ProtoNet head as...

Hi, Thanks for your excellent work. Due to the limitation of my GPUs, I couldn't set --episodes-per-batch" to 8 as you did in your paper, instead I set it to...

Hello, thank you very much for your contribution to this field. I had the following question when reproducing your code: "TypeError: Btrisolve () takes 3 positional arguments but 4 were...

Hello, I found an issue while trying to train your model. In your code, the variable ['self.num_batches_tracked'](https://github.com/kjunelee/MetaOptNet/blob/7a8e2ae25ef47cfe75a6fe8bc7920dc9fd29191f/models/ResNet12_embedding.py#L32) should count the progress of the episode by [increasing](https://github.com/kjunelee/MetaOptNet/blob/7a8e2ae25ef47cfe75a6fe8bc7920dc9fd29191f/models/ResNet12_embedding.py#L38) when the model is...