Avoid tearing down the tensorflow model over and over when training then evaluating. #4
Labels
No Label
Documentation
Eager-rework
Evaluation
Model
Report
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Pownie/backgammon#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The evaluating should be done within a single run of train, so we don't have to waste seconds creating the model for training, then creating a new model and restore the old one, so we can evaluate.
Migrated from GitLab. Created by Pownie