question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add evaluation for epochs

See original GitHub issue

First of all. It’s a great repo. Thanks for the contribution.

Is it possible to add evaluation for specified epochs? Like, in the model args

{'eval_epochs': True, 'eval_every_epochs': 1}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:16 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
kinoutecommented, Jan 14, 2020

@ThilinaRajapakse Good job. Sorry, I got confused in my last message. I thought you were going to change all the checkpoint folders format. But nevermind, it’s perfect now. Cheers.

0reactions
stale[bot]commented, Mar 25, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Training & evaluation with the built-in methods - Keras
Introduction. This guide covers training, evaluation, and prediction (inference) models when using built-in APIs for training & validation ...
Read more >
Choose optimal number of epochs to train a neural network in ...
A part of training data is dedicated for validation of the model, to check the performance of the model after each epoch of...
Read more >
Evaluate the Performance of Deep Learning Models in Keras
You can do this by setting the validation_split argument on the fit() function to a percentage of the size of your training dataset....
Read more >
Why add num_epochs when in evaluating function
My question is why the train_input_fn and eval_input_fn variables are created with a num_epochs attribute. They are only used for evaluation ...
Read more >
Is it correct to evaluate Neural Network after a fixed number of ...
I'm training a neural network on a number of datasets of different size with a fixed batch size and an exponential learning decay....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found