Running on Inductive Datasets
HarryShomer opened this issue · 5 comments
Hi,
Thanks for sharing the code!
I was hoping you could share how to run AdaProp on the inductive setting. The README seems to only refer to the transductive setting.
Thanks!
Hi Harry, thanks for your interest in our work.
We have uploaded the code for inductive settings here.
You can download the code and use reproduce.sh to run AdaProp.
Thanks! I'll take a look.
Hi Again!
Apologies for taking so long to run the code.
I found the following error when trying to run on the inductive setting. The same error is observed when trying to run any of the commands in reproduce.sh
. Here's the traceback:
I was wondering if you might be able to lend me a hand in fixing this error.
Thanks!
Regards,
Harry
Hi Harry,
Thanks for your feedback.
We reproduce your posted error with numpy==1.24.3
.
To solve this error, you can degenerate it by pip install numpy==1.21.6
.
Regards,
Zhanke
Great, thanks!