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

pytorch support #12

Open
ifangcheng opened this issue Mar 7, 2019 · 4 comments
Open

pytorch support #12

ifangcheng opened this issue Mar 7, 2019 · 4 comments

Comments

@ifangcheng
Copy link

This is a nice package for HPO, but it seems that it is built only on TF.
Just wondering is there any version that supports pytorch?
I think that will make the package more popular for HPO reseachers!

@lucfra
Copy link
Owner

lucfra commented Mar 10, 2019

Thanks @ifangcheng !

In fact, there is a person that's working on it; but I don't know when it will be ready.
I presume that at least some part of this package (the reverse mode hypergradient) should be easier to implement in Pytorch since - as far as I know - Pytorch should support by default dynamic computational graphs. Unfortunately I don't have much experience with Pytorch myself.... but, of course, if you want to help and get involved, you'd be very welcomed! :-)

Best,
Luca

@AntoineHX
Copy link

Hi,

Do you have any news on the work for the PyTorch implementation ? I'm really interested because i'd like to use specifically the reverse mode HG in PyTorch ! :D
Thanks for your great work, it's still very helpful even only on TF !

Best,
Antoine

@lucfra
Copy link
Owner

lucfra commented Oct 16, 2019

Hi @AntoineHX

We are shortly releasing a PyTorch implementation of an algorithm related to RTHO (real time hyperparamter optimization) for optimizing learning rate schedules online.
Unfortunately at the moment we have no specific short term plans of releasing a general implementation/wrappers for reverse mode HG in PyTorch, but this may change in the future.
I'll keep you updated!

Cheers,
Luca

@lucfra
Copy link
Owner

lucfra commented Nov 12, 2019

Hi all,

just wanted to post the link of a new package for gradient-based hyperparameter tuning in PyTorch.

https://github.com/awslabs/adatune

Right now it only contains the code for running an enhanced version of RTHO, but it may grow in the future months.

Cheers,
Luca

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

3 participants