You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the working ideas is the independent formation of data for testing the weights of a trained model. For example, in the following form.
PyNode gets the task to train the model, performs it. -> result = file with trained weights
Other PyNode receives the task to perform validation
Gets the data for training
Randomly selects a certain percentage of the data for validation from the training batches
Conducts evaluate() on selected data
If the result has a small percentage of losses and sufficient accuracy
No description provided.
The text was updated successfully, but these errors were encountered: