saptarshi059

Results 3 comments of saptarshi059

Make the following changes to the code: 1. In nn.py in my/tensorflow add, replace - from tensorflow.python.ops.rnn_cell import _linear with - from tensorflow.python.ops import rnn_cell_impl 2. In same file, change...

So there's no way to _directly_ generate ~5000 tokens,.. that's a limitation of any decoder-based models since they can only process tokens up to their maximum input length which in...

I tried using ONNX with this,.. I don't they have support for it yet,..