Skip to content

Commit 7b71592

Browse files
chore: update benchmark/benchmarks.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 971cbe2 commit 7b71592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/benchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ end
2424
SUITE["runtime"]["lux neural networks"] = BenchmarkGroup()
2525
SUITE["comptime"]["lux neural networks"] = BenchmarkGroup()
2626

27-
for depth in [11, 13, 16, 19], batchnorm in [false,]# true] <-- not working yet
27+
for depth in [11, 13, 16, 19], batchnorm in [false]# true] <-- not working yet
2828
SUITE["comptime"]["lux neural networks"]["vgg$(depth) bn=$(batchnorm)"] = @benchmarkable begin
2929
@compile vgg(x, ps_concrete, st_concrete)
3030
end setup = begin

0 commit comments

Comments
 (0)