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

Didn't show strides for Conv in Pytorch 1.1 #47

Open
eric4337 opened this issue Jul 11, 2019 · 0 comments
Open

Didn't show strides for Conv in Pytorch 1.1 #47

eric4337 opened this issue Jul 11, 2019 · 0 comments

Comments

@eric4337
Copy link

{'dilations': [1, 1], 'group': 1, 'kernel_shape': [5, 5], 'pads': [2, 2, 2, 2], 'strides': [2, 2]}
the pytorch params show 'strides', (with a s at the end)

code:
if "stride" in self.params: stride = self.params["stride"]
has no 's' at the end, so the graph title will not have the stride info

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