-
The official implementation of MIA is inductive learning, but GCN is often transductive learning, and the training method is different, how to judge whether it is forgotten? Can you provide the code f…
-
I run the following code:
```
# transductive 1-shot 5-way Omniglot.
python -u run_omniglot.py --shots 1 --inner-batch 25 --inner-iters 3 --meta-step 1 --meta-batch 10 --meta-iters 100000 --eval-bat…
-
Hi @migalkin , thanks for open-sourcing this great work, but I countered an issue when I was trying to run this demo on GPU by:
```
python script/run.py -c /home/ULTRA/config/transductive/inference.…
-
Thank you for this nice work. I was trying to apply SSL (Mean Teacher) for DA with my own dataset. I have synthetic data labelled (source), unlabelled data (target) and some labeled data from the targ…
-
Dear authors,
I really appreciate that you shared the implementation of this amazing work - window imputation.
I would like to ask you about how to save the trained models so that we can load and …
-
Hello,
your work is really good.
But as i try a 5way 5shot experiment in miniImageNet(transductive method), the result of my experiment could not achieve 76.37% as you reported. I did this experimen…
sadbb updated
5 years ago
-
Thank for your program,I try to run it , but I meet the error:
ValueError Traceback (most recent call last)
in
21 test_info = { "classifier": c…
-
# Transductive Propagation Network | Yuho Jeong
[https://yuhodots.github.io/deeplearning/21-03-04/](https://yuhodots.github.io/deeplearning/21-03-04/)
-
您好,冒然打扰,非常抱歉。
见您在CoSMIG的code下面有询问论文作者关于DGIdb数据集上inductive情况下的和论文结果有出入的事情,
1)您是直接使用作者github公开的code吗,还是说有找作者要的code呢
2)关于inductive的数据集,是作者发您了inductive和transductive两种情况下的数据划分吗
期待您的回复,万分感谢!!
-
Difference of the model design.
It seems the difference is that GraphSAGE sample the data.
But what is the difference in model architecture.
Thank you very much.
@tkipf