mxnet test
This commit is contained in:
parent
2d61acd20b
commit
ac1b686db5
|
@ -5,6 +5,11 @@ let dt = tf(d)
|
|||
@test d(xs) ≈ dt(xs)
|
||||
end
|
||||
|
||||
# TODO: batch semantics
|
||||
let dm = mxnet(d, (1, 20))
|
||||
@test d(xs)' ≈ dm(xs')
|
||||
end
|
||||
|
||||
# TensorFlow native integration
|
||||
|
||||
using TensorFlow
|
||||
|
|
Loading…
Reference in New Issue