You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run some of the hyper-gradient code and have been running into a problem with some dependencies. I installed the autograd package using your setup.py file.
In particular, some of the experiment.py files try to import the funkyyak module. I changed the module name to autograd, but the reference to kylist and getval still appear to be undefined.
Thanks,
The text was updated successfully, but these errors were encountered:
Apologies, autograd (aka funkyYak) has changed a lot since we wrote the hypergrad code, and it would take a little bit of work to make them compatible again.
So if you just do git checkout be470d5b8d6c84bfa74074b238d43755f6f2c55c,
you should be at the same version we used to run the experiments.
That version also predates the setup.py file, so to get your code to use the old version, you'll either have to copy setup.py into the old revision and reinstall, or add FunkyYak to your PYTHONPATH.
Hi,
I'm trying to run some of the hyper-gradient code and have been running into a problem with some dependencies. I installed the autograd package using your setup.py file.
In particular, some of the experiment.py files try to import the funkyyak module. I changed the module name to autograd, but the reference to kylist and getval still appear to be undefined.
Thanks,
The text was updated successfully, but these errors were encountered: