Avoid tearing down the tensorflow model over and over when training then evaluating. #4

Closed
opened 2023-07-15 14:44:03 +00:00 by gitlab-migration · 0 comments

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

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
gitlab-migration added the
Eager-rework
label 2023-07-15 14:44:03 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Pownie/backgammon#4
No description provided.