|
|
|
|
|
by jph00
1494 days ago
|
|
I don't think that's true - have a look at this analysis here: https://www.kaggle.com/code/jhoward/which-image-models-are-b... Those slow and inaccurate models at the bottom of the graph are the VGG models. A resnet34 is faster and more accurate than any VGG model. And there are better options now -- for example resnet34d is as fast as resnet34, and more accurate. And then convnext is dramatically better still. |
|