shawnwun / NNDIAL

NNDial is an open source toolkit for building end-to-end trainable task-oriented dialogue models. It is released by Tsung-Hsien (Shawn) Wen from Cambridge Dialogue Systems Group under Apache License 2.0.
Other
348 stars 105 forks source link

Small implementation detail #11

Open Divye02 opened 5 years ago

Divye02 commented 5 years ago

I was wondering why you chose Thanos to base your implementation on? Instead of a more generic platform like PyTorch or Tensor flow.

Were there hard blockers with these platforms? Because I imagine you could have leveraged a lot of things from it? Like all the NN operators and optimizers. Without having to implement them from scratch?