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

[Enhancement] Fix RNN contiguous memory warning (serialization) #66

Open
DrShushen opened this issue May 26, 2023 · 0 comments
Open

[Enhancement] Fix RNN contiguous memory warning (serialization) #66

DrShushen opened this issue May 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@DrShushen
Copy link
Member

DrShushen commented May 26, 2023

After serializing and deserializing some models that include RNNs, the following warning is received:

UserWarning: RNN module weights are not part of single contiguous chunk of memory"

Serialization mechanism needs to be improved to fix this problem.

@DrShushen DrShushen added the enhancement New feature or request label Sep 3, 2023
@DrShushen DrShushen changed the title Fix RNN contiguous memory warning (serialization) [Enhancement] Fix RNN contiguous memory warning (serialization) Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant