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

Fix params passing #39

Merged
merged 19 commits into from
Apr 27, 2020
Merged

Fix params passing #39

merged 19 commits into from
Apr 27, 2020

Conversation

ElArkk
Copy link
Owner

@ElArkk ElArkk commented Apr 27, 2020

The passing of params in evotuning was handled inconsistently.
This PR changes this, such that params now always expects the full tuple
of weights: (mlstm1900, (), Dense, ()).

Weight dumping got adjusted accordingly, and there is a new convenience function
load_params, that by defaults loads all weights from the paper, and can also load previously dumped weights when supplied a folder path.

- also, weights now get dumped regardless of whether a holdout set is passed
- also implemented load_params
- got rid of duplicate load_embedding func
@ElArkk ElArkk requested a review from ericmjl April 27, 2020 16:29
Copy link
Collaborator

@ericmjl ericmjl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I put in some change requests. Mostly centered on removing code duplication and adhering to semantic line breaks for the documentation portions.

jax_unirep/evotuning.py Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
jax_unirep/utils.py Outdated Show resolved Hide resolved
jax_unirep/utils.py Outdated Show resolved Hide resolved
jax_unirep/utils.py Outdated Show resolved Hide resolved
ElArkk and others added 10 commits April 27, 2020 19:35
Co-Authored-By: Eric Ma <ericmjl@users.noreply.github.com>
Co-Authored-By: Eric Ma <ericmjl@users.noreply.github.com>
Co-Authored-By: Eric Ma <ericmjl@users.noreply.github.com>
Co-Authored-By: Eric Ma <ericmjl@users.noreply.github.com>
Co-Authored-By: Eric Ma <ericmjl@users.noreply.github.com>
README.md Outdated Show resolved Hide resolved
@ericmjl
Copy link
Collaborator

ericmjl commented Apr 27, 2020

MERGING!

@ericmjl ericmjl merged commit cf75da8 into master Apr 27, 2020
@ericmjl ericmjl deleted the fix-params-passing branch April 27, 2020 20:43
ElArkk added a commit that referenced this pull request Oct 14, 2021
* switched to load_params function

- also, weights now get dumped regardless of whether a holdout set is passed

* dump params also dumps dense weights

- also implemented load_params
- got rid of duplicate load_embedding func

* Updated info on evotuning

* Update docstrings, make steps_per_print truly optional

* formatting

* make format

* remove unused imports

* small prose changes

* change back step_per_print default

* remove code duplication

* remove commented out code

* Update README.md

Co-Authored-By: Eric Ma <ericmjl@users.noreply.github.com>

* Update README.md

Co-Authored-By: Eric Ma <ericmjl@users.noreply.github.com>

* Update README.md

Co-Authored-By: Eric Ma <ericmjl@users.noreply.github.com>

* Update README.md

Co-Authored-By: Eric Ma <ericmjl@users.noreply.github.com>

* Update README.md

Co-Authored-By: Eric Ma <ericmjl@users.noreply.github.com>

* add line break

* update evoutuning docstring

* Update README.md

Co-authored-by: Eric Ma <ericmjl@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

None yet

2 participants