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
1: Add validation only if selected!!!
a. If validation path is present, perform validation.
b. Else if validation split is set (some %) split the training set
then add validation_split to the fit() method inside the generator, no validation generator in this case.
c. If there is no path nor split do not run the validation at all.
5. Testing set and its statistics, to ponder!
The text was updated successfully, but these errors were encountered:
1: Add validation only if selected!!!
a. If validation path is present, perform validation.
b. Else if validation split is set (some %) split the training set
then add validation_split to the fit() method inside the generator, no validation generator in this case.
c. If there is no path nor split do not run the validation at all.
5. Testing set and its statistics, to ponder!
The text was updated successfully, but these errors were encountered: