You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tkx for your wonderful work, I found the timm is not support shufflenet v1 and v2 yet, there is any plan to support it? and here is the official repository and related papers.
The text was updated successfully, but these errors were encountered:
@flywheel1412 it's never been a priority since they didn't seem particularly stronger or better than other mobile models here already (mobilenet-v2/v3, hardcorenas, tinynet, lcnet, ghostnet, etc). Could likely be supported via efficientnet/mobilenetv3 backbones with additional block type(s) and the extra SE in head... GhostNet is also a very similar model layout that'd be a template to follow... open to well tested full impl with features_only, etc working. But hasn't been a priority for me to tackle.
benchmark-* are the per architecture inference and train throughput numbers, and the results-* are the per-weight instance accuracy numbers for imagenet and other test sets. You need to join them on the architecture (portion before the .) to get a per result score to plot a pareto curve like I've done in the past https://twitter.com/wightmanr/status/1463684184912711689
Latest GhostNet-V2, RepGhostNet, MobileOne models that I just added are not in the results yet... probably another week or two as it takes a while to run these days.
tkx for your wonderful work, I found the
timm
is not support shufflenet v1 and v2 yet, there is any plan to support it? and here is the official repository and related papers.The text was updated successfully, but these errors were encountered: