We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b555180 commit a5c19b7Copy full SHA for a5c19b7
bench/LongMnistBench.hs
@@ -9,7 +9,7 @@ import BenchMnistTools
9
main :: IO ()
10
main = defaultMain
11
[ mnistBGroup1VTA 400
12
- , mnistBGroup1VTO 400
+-- TODO: re-enable when it doesn't take longer than all the others taken together: , mnistBGroup1VTO 400
13
, mnistBGroup2VTA 400
14
, mnistBGroup2VTC 400
15
, mnistBGroup2VTO 400
bench/RealisticMnistBench.hs
@@ -12,7 +12,7 @@ import BenchMnistTools
[ mnistBGroup1VTA 4000
- , mnistBGroup1VTO 4000
+-- TODO: re-enable when it doesn't take longer than all the others taken together: , mnistBGroup1VTO 4000
16
, mnistBGroup2VTA 4000
17
, mnistBGroup2VTC 4000
18
, mnistBGroup2VTO 4000
0 commit comments