hmm
This commit is contained in:
parent
790a58be1d
commit
ced8d80135
@ -10,7 +10,7 @@ d = Affine(10, 20)
|
||||
|
||||
d1 = @net x -> x * d.W + d.b
|
||||
|
||||
Flux.infer(d, (1, 10))
|
||||
@test Flux.infer(d, (1, 10)) == (1,20)
|
||||
|
||||
# Skip this before new DataFlow is released.
|
||||
# let
|
||||
|
Loading…
Reference in New Issue
Block a user