Skip to content

Commit a326e36

Browse files
committed
updated code
1 parent 18f2eb3 commit a326e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FastTimeSeries/src/models/InceptionTime.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ end
6868
TBW
6969
"""
7070
function InceptionTime(c_in::Int, c_out::Int, seq_len = nothing, nf::Int = 32)
71-
inceptionblock = InceptionBlock(c_in, nf, false)
71+
inceptionblock = InceptionBlock(c_in, nf)
7272
gap = GAP1d(1)
7373
fc = Dense(nf * 4, c_out)
7474
return Chain(changedims, inceptionblock, gap, fc)

0 commit comments

Comments
 (0)