Closed regstrtn closed 4 years ago
The fit() method of LabelModel runs several epochs, with default being 100. Added code to print epoch number before running each epoch, the same way that keras does.
Epoch 1/100 Epoch 2/100 .... Epoch 100/100
This pull request is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Description of proposed changes
The fit() method of LabelModel runs several epochs, with default being 100. Added code to print epoch number before running each epoch, the same way that keras does.
Related issue(s)