maikherbig / AIDeveloper

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

Load session: improve efficiency #31

Closed maikherbig closed 4 years ago

maikherbig commented 4 years ago

When loading a session including hyper parameters, the entire excel file is read twice: para = pd.read_excel(filename,sheet_name="Parameters") this could be made more efficient

maikherbig commented 4 years ago

Solved via b558b2e