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

allow SpatialDropout for Conv layers #351

Open
bertsky opened this issue Jan 20, 2024 · 0 comments
Open

allow SpatialDropout for Conv layers #351

bertsky opened this issue Jan 20, 2024 · 0 comments
Labels
enhancement New feature or request training Concerns how to achieve good model quality

Comments

@bertsky
Copy link
Collaborator

bertsky commented Jan 20, 2024

The only Dropout layer available uses keras.layers.Dropout:

self.dropout = keras.layers.Dropout(rate=self.params.rate)

However, it seems customary to use SpatialDropout1D after the convolutional layers.

@bertsky bertsky added enhancement New feature or request training Concerns how to achieve good model quality labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request training Concerns how to achieve good model quality
Projects
None yet
Development

No branches or pull requests

1 participant