Replies: 1 comment
-
@aojue1109 as per comments in model impl file, https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/byobnet.py#L7-L9 ... I didn't train those. Generally most models I train these days are using one of the recipes in ResNet strikes back: https://arxiv.org/abs/2110.00476 ... closer to the paper A or C recipes for models that re more resnet like, and B or C for more EfficientNet / MobileNet like (lots of depthwise separable convs) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can you provide more training parameters of the model? Like the gernet, efficientv2, efficient_pure series
Beta Was this translation helpful? Give feedback.
All reactions