-
Notifications
You must be signed in to change notification settings - Fork 710
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
🔨 Rename DynamicBufferModule
to DynamicBufferMixin
#1649
Comments
also add some unit tests |
DynamicBufferModule
to DynamicBufferMixin
DynamicBufferModule
to DynamicBufferMixin
Hii @samet-akcay @djdameln |
Hi @kamlesh-ops, @danylo-boiko just created PR #1776 to address this issue |
Ohh no problem. @samet-akcay |
sure, thanks for your interest. There are bunch of |
What is the motivation for this task?
The
DynamicBufferModule
class, which is used to allow dynamically changing the shape of tensors registered as buffers, essentially behaves as a mixin and should be named as such.Describe the solution you'd like
Rename
DynamicBufferModule
toDynamicBufferMixin
.Additional context
We could consider moving the mixins to their own submodule under
models.components
The text was updated successfully, but these errors were encountered: