TitleStylist
TitleStylist copied to clipboard
can't generate headlines
when i use the command'./evaluate_mix_CNN_NYT_X.sh --style YOUR_TARGET_STYLE --model_dir MODEL_STORED_DIRCTORY' ,there is a problem'TypeError: init() takes 1 positional argument but 6 were given',is it a code wrong or else?
Could you provide the full error log so that I can know which line caused this error? Thanks!
The question is due to your fairseq version, your version is 1.0+, however, 0.9.0 is used in this project.
Thank you for helping debug! @Imposingapple