Running Ptr-Net on MXNet

91 Views Asked by At

We have a Ptr-Net model that we want to run. Can the MXNet be useful for this scenario. If not, what are the other libraries that we can use to run Ptr-Net models?

We are building a Ptr-Net model using TensorFlow as of now.

1

There are 1 best solutions below

0
On

Currently we don't have a complete model for Ptr-Net, but you can define symbolic model for Ptr-Net. Here is a complete example for creating char-level lstm model: http://mxnet.io/tutorials/python/char_lstm.html