Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

funkyyak #1

Open
mrh9rb opened this issue Apr 10, 2015 · 1 comment
Open

funkyyak #1

mrh9rb opened this issue Apr 10, 2015 · 1 comment

Comments

@mrh9rb
Copy link

mrh9rb commented Apr 10, 2015

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,

@duvenaud
Copy link
Contributor

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.

However, the hypergrad code should work with the version of FunkyYak as of Feb 2, at this revision:
https://github.com/HIPS/autograd/tree/be470d5b8d6c84bfa74074b238d43755f6f2c55c

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.

Hope this helps,
David

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants