Hello !
In partnership with WILDS, we crafted a new tutorial based on the WILDS python package ( WILDS (stanford.edu) ) . You can check it here : AIcrowd | Submit a submission with WILDS | Posts
Good luck to everybody !
Hello !
In partnership with WILDS, we crafted a new tutorial based on the WILDS python package ( WILDS (stanford.edu) ) . You can check it here : AIcrowd | Submit a submission with WILDS | Posts
Good luck to everybody !
WILDS notebook seems amazing and provided 0.570 ADA out of the box!
(single epoch)
There is one minor bug in case anyone trying to run faces it.
Bug:
python3 wilds/examples/run_expt.py [...]
fails with import issue for me.
Solution:
This worked for me:
import os
PYTHONPATH=os.getenv("PYTHONPATH") + ":/content/wilds"
!PYTHONPATH=$PYTHONPATH python3 wilds/examples/run_expt.py [...]
Combining each epoch’s result is really helpful