You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm assuming setting trainpref twice is a bug, so should I remove it? Do I need a validation alignfile as well? Why is an alignfile even necessary? When I actually do run it I get:
sh: 1: /h/user/software/fast_align/build/fast_align: not found
Traceback (most recent call last):
File "scripts/build_sym_alignment.py", line 101, in <module>
main()
File "scripts/build_sym_alignment.py", line 75, in main
assert os.system(fwd_fast_align_cmd) == 0
AssertionError
cp: cannot stat 'data_align/align.backward': No such file or directory
Why aren't your paths relative instead of absolute? Which commit of the fast_align implementation are you using, I'm assuming just https://github.com/clab/fast_align master?
Please actually test your code for the use-cases you're advertising before releasing. For reference, https://github.com/kanekomasahiro/bert-gec is also based on the fairseq library and manages to get up and running painlessly in minutes. Please improve your documentation if you actually want people to adopt your work!!!!!
The text was updated successfully, but these errors were encountered:
Once I download, install, and run fast_align, I get this
sh: 1: fakkk/scripts/ems/support/symmetrize-fast-align.perl: not found
Traceback (most recent call last):
File "scripts/build_sym_alignment.py", line 101, in <module>
main()
File "scripts/build_sym_alignment.py", line 97, in main
assert os.system(sym_cmd) == 0
AssertionError
with symmetrize-fast-align.perl being an additional missing dependancy.
An alignfile is needed to train the model on new data, however in the alignfile I see:
I'm assuming setting
trainpref
twice is a bug, so should I remove it? Do I need a validation alignfile as well? Why is an alignfile even necessary? When I actually do run it I get:Why aren't your paths relative instead of absolute? Which commit of the fast_align implementation are you using, I'm assuming just https://github.com/clab/fast_align master?
Please actually test your code for the use-cases you're advertising before releasing. For reference, https://github.com/kanekomasahiro/bert-gec is also based on the fairseq library and manages to get up and running painlessly in minutes. Please improve your documentation if you actually want people to adopt your work!!!!!
The text was updated successfully, but these errors were encountered: