Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

Performance - MNIST demo #7

Open
shiffman opened this issue Apr 12, 2017 · 2 comments
Open

Performance - MNIST demo #7

shiffman opened this issue Apr 12, 2017 · 2 comments

Comments

@shiffman
Copy link
Owner

Right now it calculates a percentage completed since the sketch first begins. There's probably a better way to think about this.

@lazovicff
Copy link

The traditional way is to query all of testing data at once and calculate the accuracy, and do this every so often, lets say every 100 iterations...

@shiffman
Copy link
Owner Author

Indeed, one reason why I didn't do this is that I would like the animation to run continuously at a relatively fast framerate. Running through all the data cannot be done reasonably on a per frame basis. However, I could only update the performance rating once it's made a full pass over the test data (and possibly increase to 2, 3, etc. data points per frame.)

@shiffman shiffman changed the title Performance Performance - MNIST demo Apr 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants