genienlp/decanlp
Giovanni Campagna b950927a2b Clean up old checkpoints as we go along
Introduce an utility Saver class, that does what tensorflow's Saver
does: keeps track of saved checkpoints in a separate file, and
deletes the old ones before saving a new one.
2019-03-03 22:35:29 -08:00
..
models One more stanford copyright 2019-03-01 16:18:10 -08:00
modules Move all python files to a decanlp/ package 2019-03-01 15:43:02 -08:00
multiprocess Use logger instead of print() 2019-03-01 17:35:04 -08:00
tests updates 2019-03-01 17:51:54 -08:00
text server: automatically grow the embedding matrix when new words are encountered 2019-03-02 00:44:51 -08:00
utils Clean up old checkpoints as we go along 2019-03-03 22:35:29 -08:00
__init__.py Add copyright notices to all files 2019-03-01 15:51:45 -08:00
arguments.py Fix "get_commit" when invoking "decanlp" installed with "pip install -e" 2019-03-02 18:28:04 +00: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 Use logger instead of print() 2019-03-01 17:35:04 -08:00
server.py server: automatically grow the embedding matrix when new words are encountered 2019-03-02 00:44:51 -08:00
tool.py Use logger instead of print() 2019-03-01 17:35:04 -08:00
train.py Clean up old checkpoints as we go along 2019-03-03 22:35:29 -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