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

Batched state updates #59

Merged
merged 4 commits into from
May 15, 2024
Merged

Batched state updates #59

merged 4 commits into from
May 15, 2024

Conversation

EthanMarx
Copy link
Contributor

@EthanMarx EthanMarx commented May 15, 2024

Reopened version of #17.

Restricting tensorflow version since it seems they've updated how tensors to their model are named, which is breaking our tests. Don't have time right now to look into solution, and I don't think anyone uses our tf exporting anyways

@EthanMarx EthanMarx changed the base branch from main to dev May 15, 2024 14:06
@EthanMarx EthanMarx changed the base branch from dev to main May 15, 2024 14:27
@EthanMarx EthanMarx changed the base branch from main to dev May 15, 2024 14:27
@EthanMarx EthanMarx merged commit 86c6a24 into dev May 15, 2024
5 checks passed
@EthanMarx EthanMarx deleted the batched-state-updates branch May 15, 2024 16:33
EthanMarx added a commit that referenced this pull request Oct 3, 2024
* allow for batched state updates

* update poetry lock

* restrict tf version

* revert whitespaces
EthanMarx added a commit that referenced this pull request Oct 3, 2024
* Allow parsing input tensors from torch `ScriptModules` (#57)

* add ability to parse inputs from script module

* update torch dep to ^2.0 for consistency with ml4gw

* add onnx dep

* remove both tests

* remove both tests

* Batched state updates (#59)

* allow for batched state updates

* update poetry lock

* restrict tf version

* revert whitespaces

* Allow python 3.12 and explicitly list PyPI as a source for future compatibility

* Add python 3.12 to unit tests

* Add py312 to tox file

* Missed one

* Attempt to update tensorflow

* Change tf specification

* Force usage of keras 2

* Fix formatting

* Remove py38 support and install tf-keras

* More intelligent and flexible input and output tensor naming for `TorchScript` Exporter (#62)

* support direct torchscript export from ScriptModule

* add tests of new naming behavior

* guard torch import

* add jit module to handles for onnx and torchscript exporters

* add script module test to exporter utils

* bump to version 0.2.0 (#64)

---------

Co-authored-by: William Benoit <[email protected]>
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