JingTao Chen

Results 7 issues of JingTao Chen

- [x] GopherLua is a Lua5.1 implementation. You should be familiar with Lua programming language. Have you read [Lua 5.1 reference manual](http://www.lua.org/manual/5.1/) carefully? - [x] GopherLua is a Lua5.1 implementation....

Not fully tested, but I think it will work(Theoretically)

I am trying to use `tf.keras.estimator.model_to_estimator` to convert tf.keras model to be distributed, however, I found that keras-metrics does not work as desired, Is there any idea or work around...

kind/bug
area/metrics

I read the interface declared in net/NeuralNet.h and NeuralNet.pyx, seems there is not a function provided to dump an entire NeuralNet with trained weight. However, mentioned weight.dat was not found...