genienlp/decanlp
mehrad 1f51e63253 Actually use eval_dir to store prediction files
os.path.join() ignores eval_dir if the checkpoints are stored in a directory with absolute path.
just use the provided eval_dir and everything works out.
2019-03-04 18:56:26 -08:00
..
models One more stanford copyright 2019-03-01 16:18:10 -08:00
modules let user specifies total number of checkpoints to keep 2019-03-04 12:04:03 -08:00
multiprocess Use logger instead of print() 2019-03-01 17:35:04 -08:00
tests updates 2019-03-04 16:00:21 -08:00
text server: automatically grow the embedding matrix when new words are encountered 2019-03-02 00:44:51 -08:00
utils update export_results 2019-03-04 17:13:32 -08:00
__init__.py Add copyright notices to all files 2019-03-01 15:51:45 -08:00
arguments.py update tests 2019-03-04 15:08:56 -08:00
convert_to_logical_forms.py Fix argument handling 2019-03-01 16:13:10 -08:00
metrics.py Add copyright notices to all files 2019-03-01 15:51:45 -08:00
predict.py Actually use eval_dir to store prediction files 2019-03-04 18:56:26 -08:00
server.py update tests 2019-03-04 15:08:56 -08:00
tool.py Use logger instead of print() 2019-03-01 17:35:04 -08:00
train.py update tests 2019-03-04 15:08:56 -08:00
util.py Use logger instead of print() 2019-03-01 17:35:04 -08:00
validate.py Add Stanford copyright to all files that we touched 2019-03-01 15:54:54 -08:00