Compare commits
No commits in common. "fedora25_work" and "master" have entirely different histories.
fedora25_w
...
master
1
Param.hs
1
Param.hs
|
@ -39,7 +39,6 @@ con2 = Conv 64 (1,1) (Just 64)
|
||||||
con3 = Conv 192 (3,3) (Just 64)
|
con3 = Conv 192 (3,3) (Just 64)
|
||||||
|
|
||||||
-- Constructing the nine inception modules
|
-- Constructing the nine inception modules
|
||||||
-- The data in the whole GoogLeNet
|
|
||||||
|
|
||||||
inCon11 = Conv 192 (1,1) (Just 64)
|
inCon11 = Conv 192 (1,1) (Just 64)
|
||||||
inCon12 = Conv 96 (3,3) (Just 128)
|
inCon12 = Conv 96 (3,3) (Just 128)
|
||||||
|
|
Loading…
Reference in New Issue