-
I want to confirm if the implementation is of inductive learning or transductive learning. From the code it looks like Variable adj_lists contain all the edges in the graph and therefore test edges ar…
-
Hello,thank you for your great work and I'm really interested in it.But I'm a little confused with the Transductive Learning Seeting and Inductive Learning Setting you're mentioned in your paper.Does …
-
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…
-
Hello,
I have a question about the transductive setting inside the ModelTrainer class. Please have a look at the following file to understand what I am saying.
**ssdkl/ssdkl/models/train_models.py**…
-
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…
-
GNN에서 Transductive, Inductive하다가 무슨 뜻인지 이야기해보자
-
Hello,
I am wondering how I can import PYG datasets and convert it to the CogDL data format. For example, currently I didn't find CogDL supports Reddit for transductive learning. (I also didn't fin…
-
Hi, @rusty1s , thanks for your really great job and wonderful codes!!! I am recently doing some jobs about Graph Representation Learning and I am working on Reddit dataset. It seems you deal with the …
-
## Title & Topic
- sequence prediction 분야에서의 transduction, transductive learning 개념과 방법론을 알아본다
- transducer로서의 RNN 개념을 파악한다
- transduction에서 파생된 트랜스포머 네트워크 개념을 이해한다
## Upload schedule
- [x]…