waleedka / hiddenlayer

Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.
MIT License
1.79k stars 266 forks source link

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

Open eric4337 opened 5 years ago

eric4337 commented 5 years ago

{'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