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

Tensorflow model loading/saving seems bugged #235

Open
blester125 opened this issue Mar 26, 2024 · 0 comments
Open

Tensorflow model loading/saving seems bugged #235

blester125 opened this issue Mar 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@blester125
Copy link
Collaborator

The tests that saving and load tensorflow models have errors. The initial error is that the file names need to end with .weights.h5. When that is done (adding suffix=".weights.h5" to the NamedTemporaryFile calls) it still has errors about the format not being expected (not an SSTable, bad magic number).

So the way we save/load models might need to be re-done, or at least the way we are testing them. This needs to be investigated further.

@blester125 blester125 added the bug Something isn't working label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant