StrasJam t1_j8sgfvm wrote on February 16, 2023 at 5:07 PM Reply to comment by [deleted] in My Neural Net is stuck, I've run out of ideas by [deleted] Think they mean do you apply the same normalization you applied to images during training to the new images you are trying to predict Permalink Parent 3
StrasJam t1_iz15jqm wrote on December 5, 2022 at 6:31 PM Reply to How to choose a starting CNN architecture? by OffswitchToggle 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
StrasJam t1_j8sgfvm wrote
Reply to comment by [deleted] in My Neural Net is stuck, I've run out of ideas by [deleted]
Think they mean do you apply the same normalization you applied to images during training to the new images you are trying to predict