-
Notifications
You must be signed in to change notification settings - Fork 1
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
plot_receptive_field
: all questions answered
#50
Comments
Sorry, I even didn’t notice it… Did you mean that the total theoretical receptive field should have a size of
Probably I’m wrong: I think the concept of the effective receptive field is based on the forward/backward propagation process. If so, should we also consider the effects of the following operators? (For example, for a single layer, the activation function, and for the whole model, the loss function…?)
Thanks! I think I further understand your intention by adding the power law curve!
Finally, maybe it’s not important: should we also operate a |
Oh... never mind this... I'll work on |
Yes, exactly what I meant. This is because we visualize the receptive field in logscale on the time axis.
I tried to keep things simple (linear and single-layer) in my script but generalizing to multiple layers is also interesting!
yes, i would welcome that. |
Now that we have |
Some questions came up after the review of #49 (which closed #48):
T * (2**J)
or half of that? (i think it's half)~ 1/T
power law? or~ 1/sqrt(T)
? or a constant? this has implications for the way we define theConv1D
operator in between DTCWT Direct and InverseLet's discuss and then make the appropriate edits to the script
The text was updated successfully, but these errors were encountered: