Filter length for InceptionTime #68
Answered
by
vrodriguezf
carbocation
asked this question in
Q&A
-
In the InceptionTime manuscript, there is a plot of filter length vs accuracy, as a function of the length of the input time series: I looked over the source notebook for InceptionTime, but it wasn't clear to me how to change the filter length. Any pointers? |
Beta Was this translation helpful? Give feedback.
Answered by
vrodriguezf
Feb 23, 2021
Replies: 1 comment 7 replies
-
Is it not just ks = [ks // (2**i) for i in range(3)] |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
carbocation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it not just
ks
for the first filter length of eachInceptionModule
? The rest are computed based on that one: