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
When you build an autokeras model, and train it with 'fit', it generates a folder with the name of the project in which all the trials are saved. I would like to know if there is a parameter that avoids saving all of them, and only saves the best one.
It saves in 'structured_data_clasifier' 3 models: 'trial_00', 'trial_01', 'trial_02'.
how do I save only the best model, either by saving this part and using only the model.save, or some other way?
thanks
The text was updated successfully, but these errors were encountered:
When you build an autokeras model, and train it with 'fit', it generates a folder with the name of the project in which all the trials are saved. I would like to know if there is a parameter that avoids saving all of them, and only saves the best one.
It saves in 'structured_data_clasifier' 3 models: 'trial_00', 'trial_01', 'trial_02'.
how do I save only the best model, either by saving this part and using only the model.save, or some other way?
thanks
The text was updated successfully, but these errors were encountered: