LM paths do not use output_directory
yvesscherrer opened this issue · 2 comments
yvesscherrer commented
Hi,
I have the following setup:
common:
output_directory: exp1
...
steps:
- type: train_ngram
parameters:
model: hsb.arpa.gz
...
- type: filter
filters:
- CrossEntropyFilter:
lm_params:
- filename: hsb.arpa.gz
The CrossEntropyFilter cannot find the file. If I use filename: exp1/hsb.arpa.gz
instead it works, but I find this a bit counterintuitive...
svirpioj commented
Should be now fixed in the nlingual
branch.
svirpioj commented
Now fixed also in master
.