Matthias Sperber
Matthias Sperber
I found that it's no longer enough to implement ```on_calc_additional_loss()``` to add an additional loss in my model, but that the loss calculator needs to be changed, as well. Is...
It would be nice to do the following: - Make config files and saved model files completely compatible. They are currently almost but not completely identical: Config files are dictionaries...
It would be nice to have a principled way for changing properties at runtime. There are certain properties that can't be changed (like the LSTM hidden size) and certain ones...
It would be useful to be able to use the preprocessing features from the command line, i.e. without writing a config file (similar to ```xnmt_evaluate``` and ```xnmt_decode```). This would also...
It would be useful to have a way to represent document boundaries in XNMT. An immediate use case would be the computation document-level metrics (#366 ), and there are many...