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

Unable to change layer number in transfer learning #51

Closed Sophyzhq closed 2 years ago

Sophyzhq commented 2 years ago

In addition to accuracy, other metrics, such as precision and recall, are chosen when I conduct transfer learning. The layer number in the blank of Train only last N layers in Expert Mode is unable to be changed in the process of training. If I try to change the layer number, the training will immediately stop. In contrast, the layer number could be changed when only accuracy is chosen. Here is the screenshot of the error message. problem

maikherbig commented 2 years ago

Thanks @Sophyzhq for reporting! Issue is solved via 10fde22