How to choose a starting CNN architecture? Submitted by OffswitchToggle t3_zd6r90 on December 5, 2022 at 1:27 PM in deeplearning 11 comments 22
StrasJam t1_iz15jqm wrote on December 5, 2022 at 6:31 PM Start with a small model (maybe resnet18) and start experimenting. Often its more worth your time and effort to research tricks in how to train the model (e.g. learning rate schedulers) or inprove the data quality. Permalink 1
Viewing a single comment thread. View all comments