maikherbig / AIDeveloper

GUI-based software for training, evaluating and applying deep neural nets for image classification
BSD 2-Clause "Simplified" License
109 stars 20 forks source link

Let user decide of self.ram should be deleted (when starting a training) #36

Closed maikherbig closed 3 years ago

maikherbig commented 3 years ago

When running cyclical learning rates multiple times, the data does not have to be reloaded, which is nice. Would be cool to have the same option for regular model training. Above and below the Button "Initialize/Fit Model" there is lots of space for a checkBox :)

maikherbig commented 3 years ago

Solved. Find Menu via File ->Keep Data in RAM for multiple training sessions