data2text-plan-py
data2text-plan-py copied to clipboard
Code for AAAI 2019 paper on Data-to-Text Generation with Content Selection and Planning
Hi @ratishsp Traceback (most recent call last): File "scripts/create_content_plan_from_index.py", line 29, in output.append(input[int(record)].encode("utf-8")) ValueError: invalid literal for int() with base 10: 'tensor(589,' The first line of file which is generated...
run train.py TypeError: process() missing 1 required positional argument: 'train'
 Thanks for your sharing. when I used your dataset to drive your model, I get the problem. But I have followed your requirements to install the environment. Do you...
 Hi, I've been sticking to the problem for five hours. I don't know how to solve the problem. Could you give me some advice? Thank you
While creating train-roto-ptrs.txt using ptrs mode, I am getting this index error: ``` Traceback (most recent call last): File "data_utils.py", line 859, in make_pointerfi(args.output_fi, inp_file=args.input_path, content_plan_inp=args.train_content_plan) File "data_utils.py", line 593,...