Keeping the good models using the `bob tf eval` command
When training a model using bob tf train, you can keep the last N models.
However, I think it would be a good idea to also keep the last N models using the bob tf eval command too since that is really our criteria for choosing a model.