fabiangal / space-efficient-context-encoding-acl21

Repository for the ACL 2021 paper "Space Efficient Context Encoding for Non-Task-Oriented Dialogue Generation with Graph Attention Transformer".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data loading code is not there for training on opendialkg

rashad101 opened this issue · comments

I tried to run the training script with the following command:
python train.py --dataset opendialkg --depth 0 --encoding series

I am getting this error:
Argument dataset=opendialkg is not valid!

I think its because of the missing data loading code for the opendialkg here: (

print("Argument dataset={} is not valid!".format(args.dataset))
)

Could you update the training script with the code that handles opendialkg?

Hey,

I'll have a look at this as soon as possible. Sorry for that!

Best regards,

Fabian

OpenDialKG training should work now.