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

Kernel size of PrmEmbd module #1

Open
yhy258 opened this issue May 22, 2024 · 0 comments
Open

Kernel size of PrmEmbd module #1

yhy258 opened this issue May 22, 2024 · 0 comments

Comments

@yhy258
Copy link

yhy258 commented May 22, 2024

Thanks for your code sharing.

class PrmEmb_Block_2d(nn.Module):
"""A 2-layer parameter embedding module for 2D data."""
def __init__(self,
widening_factor: int = 16,
kernel_size: int = 5,
num_params: int = 1,
if_11cnv = False,
num_channels: int = 1,
num_channels_PrmEmb: int = 1,
modes = 9,
normed_dim=[64,64]
):

According to this code, I think the PrmEmbd's kernel size is set as 5. In this case, doesn't this setting violate the discretization invariance properties of Operator models?

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

No branches or pull requests

1 participant