[p] Is it possible to add more classes to an already trained resnet image classifier model without the need to retrain it in all dataset again? [p] Submitted by YukkiiCode t3_10sa859 on February 3, 2023 at 3:47 AM in MachineLearning 7 comments 1
crt09 t1_j70nrk5 wrote on February 3, 2023 at 5:36 AM Could probably take the output before the classification layer, feed it into an SVM and just train the svm with the class you're looking for Permalink 8
Viewing a single comment thread. View all comments