PartiallyCollapsedLDA
PartiallyCollapsedLDA copied to clipboard
base_output_dir usage / bug
I am not able to get the arguments base_out_dir and experiment_out_dir to work after trying out many combinations and exploring the source code. It would be great to add some example in the configuration docs or to check if there is some bug involved.
Currently I am working around the problem by changing the default value set in LDAConfiguration.java as:
public static final String BASE_OUTPUT_DIR_DEFAULT = base/out/dir
This works after rebuilding the module. But specifying it as a model config argument would be much more convenient.
This was indeed a bug. Should hopefully be fixed in 9.2.1 (worked for me :) )