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

Separate model param input_cnn_kernel_size. #214

Merged
merged 1 commit into from
Mar 3, 2025
Merged

Conversation

Katsutoshii
Copy link
Collaborator

Separate model param input_cnn_kernel_size.

@@ -29,7 +29,10 @@ class AtmoModel:
class Params(keras_dataclasses.Base):
"""Model parameters."""

# Layer-specific parameters.
# Input CNN params
input_cnn_kernel_size: int = 5
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we also make it different for different CNN blocks?

@Katsutoshii Katsutoshii merged commit 48160ed into main Mar 3, 2025
4 checks passed
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.

2 participants