-
hi author:
> When I read this article, I thought it was a wonderful paper. I ran the code of this paper and reproduced the results on transductive scenario . Then I spent much time reading and unde…
-
When dealing with more than three-dimensional HP-spaces, it may become spurious to look at 3d-slices. Maybe try some high-performing projection procedures? There is for instance UMAP and its successor…
-
Hello, I have a question about the feature.
Why do the inductive and transductive use the same feature?
I thought they were using different ways to train cause the testing set had only been used…
-
Hi, again :)
Thank you for the wonderful work.
While reading your paper and seeing the implementation, it seems that this work used normal batchnorm (instead of transductive batchnorm that is us…
-
python transductive-vos.pytorch/run_video.py --img_dir /data/Jieie/BundleTrackData/YCBInEOAT/0311_9/depth --init_mask_file /data/Jieie/BundleTrackData/YCBInEOAT/0311_9/one_mask.png --mask_save_dir /d…
-
miniImageNet_category_split_train_phase_train.pickle
miniImageNet_category_split_val.pickle
miniImageNet_category_split_test.pickle
Cannot find these three files, how to find them?
-
Hi, I have tested this good organized source for my dataset.
But, there was some typo in run_transductive_cnaps_mt.py(https://github.com/peymanbateni/simple-cnaps/blob/4e9609b202d52df57dd8d2931bd16a9…
-
Hello,
I'm interested in representing a network with multiple node types corresponding to different sets of features, where the classification task is only performed on one type of node. Was wonder…
-
Hello, I wonder how to get the unseen.txt, X.txt, and aux.txt of each external dataset such as JF17K for the task of link prediction, Thank you!
-
Hi all, a simple question about [GraphSAGE samples](https://github.com/dmlc/dgl/tree/master/examples/pytorch/graphsage), I run the train_full.py but seems like that one is transductive learning. Any i…