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 issue due to newer pytorch/keras versions #429

Merged
merged 6 commits into from
Nov 14, 2024

Conversation

olemke
Copy link
Member

@olemke olemke commented Nov 14, 2024

No description provided.

Mashing the pickle and the model into the same binary file doesn't work
anymore. Probably due to upstream changes. Nowi, two separate files are
created (".pkl" and ".model").
keras >=3 is not supported, better to use pytorch by default instead.
Version 3 doesn't work and version 2 is not installable in
Python >=3.12.
@olemke olemke merged commit 4b69247 into atmtools:master Nov 14, 2024
9 checks passed
@olemke olemke deleted the fix-qrnn branch November 14, 2024 14:02
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