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

* Modifying the structure of the experiments class by separating the Supervised experiment from the Jaxline experiment inheritance. #122

Merged
merged 1 commit into from
May 16, 2023

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented May 10, 2023

  • Modifying the structure of the experiments class by separating the Supervised experiment from the Jaxline experiment inheritance.
  • Making all data iterators be lazily created.
  • Modifying the State classes to be decomposable to dictionaries - now we can serialize every State class into native simple python structures (e.g. dict, tuple, list) and then reconstruct it for those. This can be useful for storing the class in a simpler structure.

@copybara-service copybara-service bot force-pushed the test_530843114 branch 5 times, most recently from aaa6a07 to 8aae281 Compare May 15, 2023 16:51
@copybara-service copybara-service bot changed the title * Modifying the structure of the experiments class. * Modifying the structure of the experiments class by separating the Supervised experiment from the Jaxline experiment inheritance. May 16, 2023
@copybara-service copybara-service bot force-pushed the test_530843114 branch 2 times, most recently from c00ea37 to c902d6c Compare May 16, 2023 15:44
…Supervised experiment from the Jaxline experiment inheritance.

* Making all data iterators be lazily created.
* Modifying the State classes to be decomposable to dictionaries - now we can serialize every State class into native simple python structures (e.g. dict, tuple, list) and then reconstruct it for those. This can be useful for storing the class in a simpler structure.

PiperOrigin-RevId: 532473167
@copybara-service copybara-service bot merged commit 95df497 into main May 16, 2023
@copybara-service copybara-service bot deleted the test_530843114 branch May 16, 2023 15:49
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.

1 participant