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

transfer learning on u #53

Open
georgemilosh opened this issue Jan 30, 2023 · 3 comments
Open

transfer learning on u #53

georgemilosh opened this issue Jan 30, 2023 · 3 comments
Labels
enhancement New feature or request invalid This doesn't seem right wontfix This will not be worked on

Comments

@georgemilosh
Copy link
Owner

I think there is no reason to have transfer learning work on u, which seems to be the case provided that load_from='last' which is default. I guess I could turn of transfer learning completely by using load_from=None. Maybe that should be defaault behavior. Or maybe default behavior should be that transfer learning occurs only with tau. Otherwise we can easily fall into a trap when not performing analysis of hyperparameter optimization carefully. I am a bit about worried about this transfer learning.

@georgemilosh georgemilosh added enhancement New feature or request invalid This doesn't seem right labels Jan 30, 2023
@AlessandroLovo
Copy link
Collaborator

When you do hypop you should disable transfer learning by setting load_from=None.
In principle you can transfer learn from all runs that have a compatible network architecture.
I guess the only sensible thing to do is to put load_from=None as default.

@georgemilosh
Copy link
Owner Author

Yes, unless you are hypop while transfer learning from tau.

@AlessandroLovo
Copy link
Collaborator

In that case you can pass load_from='last--u__same, as explained in the docstring of Learn2_new.get_run. This will transfer learn from the last run that has the same value of u.

@georgemilosh georgemilosh added the wontfix This will not be worked on label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request invalid This doesn't seem right wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants