neulab / xnmt

eXtensible Neural Machine Translation
Other
185 stars 44 forks source link

A bunch of questions/remarks from a newbie #343

Closed pmichel31415 closed 6 years ago

pmichel31415 commented 6 years ago

Hi, here's a list of questions I have. None of them warrant a separate issue, but clarifying those would help new users such as myself

I will update if I run into more issues.

PS: I'm using the latest master

msperber commented 6 years ago

Thanks for finding these! re 1: as of #345, this is documented under xnmt/settings.py re 3: thanks for catching these; fixed as of #345 re 4: also not sure, but I did add show-inheritance flags so we can at least follow the link to the base class re 5: I hadn't thought about this, but turns out you can: simply overwrite EXP_DIR in the experiment.exp_global.placeholders dictionary. Or, adjust it in xnmt.settings to change locations for all experiments you run. re 6: --dynet-seed changes seeds for both dynet and XNMT.

pmichel31415 commented 6 years ago

Thanks for the quick response @msperber I'll still leave this open for the translator structure documentation part

neubig commented 6 years ago

I think the documentation has been improved significantly, so maybe we can close this?