-
Hi, thanks for releasing the codes and I run your code completely but the results cannot be reproduced at all.
I use DAVIS 2017 as my training set, and evaluate the checkpoints on DAVIS 2017 valida…
-
This implementation seems to be transductive learning, which is reflected in Line-279, models.py. Self.adj_lists includes all nodes and edges of the graph. How to conduct the inductive learning? Thank…
-
Hi, @blue-blue272!
I think this is an interesting and inspiring work, but in your released code, I don't find the code for "Transductive Inference" as shown in your paper. Maybe I don't find it. Ca…
-
前辈您好!
再一次来提问,在训练模型过程中要避免测试集和训练集有交集。但是迁移学习中的话也要避免吗?毕竟迁移的训练过程中,目标域是作为无标签的数据来进行迁移的,迁移完后再在目标域上测试,我不知道这样算不算是模型得到了测试集的信息。我之前看您的代码data_loader中是使用了两种transform,但是也很难保证完全没有交集吧?
最近在写别的课题的时候又碰到了这个问题所以想来请教一下…
-
It is unclear which normalization is used in original CNAPs, is it CBN or MetaBN?
-
In train_lshot.py, you evaluate the accuracy in an "unnatural" way. However, I don't understand what do you mean in the notation that "the labels L1 and L2 may be different"?
L1 is the test label,…
-
不好意思 再打扰一下,请问
1.数据库的话tieredImageNet和miniImageNet都是从mengye和matchingnet的官网上下载吗?
2.关于下载后的处理,我看到您dataset里面有miniImageNet.py和miniImageNet_load.py,但是他们的路径不一样,然后args_xent.py里面dataset参数为miniImageNet_load,是不是…
-
Thank you for your project.
I'd like to know how do you distinguish a few-shot learning method from an inductive one or a transductive one? Is there a clear distinction between these two settings in…
-
The idea is good, while I want to test the algorithm on transductive dataset, such as 'cora', can you give a generator script
-
Roll several preprocessing steps (various types of PTR, other transforms, etc), embeddings, and clustering steps into a sklearn Pipeline that will work with randomized parameter search
https://scik…