rebase to pass the test

This commit is contained in:
JohnnyChen 2018-09-26 20:30:13 +08:00
parent 44049ce00c
commit b20ae0546b
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
using Test, Random
@testset "basic" begin
@testset "Chain" begin
@test_nowarn Chain(Dense(10, 5, σ), Dense(5, 2))(randn(10))