cszmli / Rethink-RL-Sup

Rethinking Supervised Learning and Reinforcement Learning in Task-Oriented Dialogue Systems
9 stars 5 forks source link

can't run main_seq.py #1

Closed gzpbbd closed 3 years ago

gzpbbd commented 3 years ago

When I run python -u main_seq.py --load model_seq/test/best --lr_rl 1e-4 --lr_irl 1e-4 --epoch 80 --gen_type beam --avg_type real_word --policy_clip 0.5 --activate_type no --cat_mlp True

The program didn't output anything after outputing: DEBUG:root:start loading seq train

ShuoZhangXJTU commented 3 years ago

The dataset provided in his download url doesn't include the data for DiaSeq. The program is generating it, but it takes looooong time to run that's what happening

gzpbbd commented 3 years ago

The dataset provided in his download url doesn't include the data for DiaSeq. The program is generating it, but it takes looooong time to run that's what happening

you're right. thank you.