yzhangcs / parser

:rocket: State-of-the-art parsers for natural language.
https://parser.yzhang.site/
MIT License
829 stars 141 forks source link

Automatically Deleting Old Temporary Models #14

Closed MathieuDehouck closed 4 years ago

MathieuDehouck commented 4 years ago

Hello,

First of all, thank you very much for your work. I use your parser a lot lately.

I had a wonder though. When I train a lot of parsers on very small data sets, I'm left with thousands of saved models. Is there a way to automatically delete those past models and only keep the latest one?

Thank you very much

yzhangcs commented 4 years ago

Hi, Thank you for your feedback. My latest commit has solved this problem.

MathieuDehouck commented 4 years ago

Cool, great, perfect. Issue Solved!