yousifj129 / NeuralNetworkCreator

Create Sequential Neural Networks Using a GUI program
GNU General Public License v3.0
2 stars 1 forks source link

The model clears whenever it trains #4

Closed crismor13 closed 2 months ago

crismor13 commented 2 months ago

Added a checkbox (self.clear_model_checkbox) in init_ui method to allow the user to choose whether to clear the model before training. Modified the train_model method to conditionally call self.create_model() based on the state of self.clear_model_checkbox.

PD: This is my first attempt to contribute to open source