-
Notifications
You must be signed in to change notification settings - Fork 45
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
Create unet_lstm.py #207
Create unet_lstm.py #207
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are some lines with todo related to a max pooling layer.
also it would be helpful to know why input shapes are flipped in the creation of data vs model. i.e. why can't they be the same. in the code there seems to be a lot of repeats. could that be compressed through some loops and parameters or partial funcs?
docstring for parameters, reference to paper/original model.
|
for more information, see https://pre-commit.ci
Types of changes
Summary
This model supports 3D time-series processing.
Checklist
Acknowledgment