vgsatorras / few-shot-gnn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for multiple shots during testing

eugenelet opened this issue · comments

Hi there,

test_N_shots in main.py doesn't seem to set the number of shots during testing and only test_one_shot() is implemented in test.py. Is the code incomplete or I'm not understanding the implementation correctly? Thanks!

Sorry, I found that args is passed as argument to test_one_shot(). The name of function is misleading though.