Replies: 1 comment
-
No, there isn't. from tsai.models.utils import *
layers_w_weight = get_layers(learn.model, has_weight) But then each Conv1d for example has a 3D kernel. You'll need to define a process to visualize those weights. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi is there any function to visualise the filters for each layer in a 1D-CNN?
Beta Was this translation helpful? Give feedback.
All reactions