mxnet test

This commit is contained in:
Mike J Innes 2017-01-30 23:03:15 +05:30
parent 2d61acd20b
commit ac1b686db5
1 changed files with 5 additions and 0 deletions

View File

@ -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