|
|
|
|
|
by snrji
2617 days ago
|
|
By "eval" you can also mean the training subset. As I understood is at the code to evaluate the network at a given point with a given dataset. For instance, after epoch epoch, the model is evaluated for both training and validation (you see both losses) As you said, the test subset should only be used at the very last. |
|