NNDIAL icon indicating copy to clipboard operation
NNDIAL copied to clipboard

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

Results 7 NNDIAL issues
Sort by recently updated
recently updated
newest added

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?...

try run : python scp/batch_script/train_LIDM.py if comment out the line including hpc_submit, then Traceback (most recent call last): File "scp/batch_script/train_LIDM.py", line 58, in fout.write( configN2N(arc['enc'],arc['dec'],arc['trk']) ) NameError: name 'arc' is...

I am training the belief tracker. I am getting the error in the very last stage of training: . . . Finishing 202 dialog in epoch 1 Finishing 203 dialog...

**I use default config and run the tracker training on macOS:** python nndial.py -config config/tracker.cfg -mode train **logs below:** > init net from scrach ... loading model settings from config...

Hi, I would like to clarify if this is a bug. https://github.com/shawnwun/NNDIAL/blob/740f6d34594bcdd889080ce60c95384bda7594a2/loader/DataReader.py#L876-L880 Should the ``extractSeq`` method in line ``878`` be called on ``turn['usr']['transcript']`` instead? The ``words`` variable in line ``877``...

I found two bugs: 1.in line 377,"if v=='dontcare' and s=='this':",where s=='this' ,in CamRest676.json it's not found that the slot equal 'this' issue code location:https://github.com/shawnwun/NNDIAL/blob/740f6d34594bcdd889080ce60c95384bda7594a2/loader/DataReader.py#L377 2.in line 380,"if sda['act']=='request':",where sda['act'] ,variable...

hi, I am reading your code . I think you are using only one cnn kernel in each layer for belief tracking ,am I right? can you explain for me...