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
@brianhou0208 known issue, along with #1597 ... don't really have a good way to handle the channel count changes in these pruned models, I feel it'd be quite a bit of work to do cleanly. If you see a clean path to a good soln, PR are welcome, there might be some way to make the pruning process aware of / able to modify the info....
Describe the bug
These models return
feature_info.channels()
is not matchecaresnet50d_pruned
ecaresnet101d_pruned
efficientnet_b1_pruned
efficientnet_b2_pruned
efficientnet_b3_pruned
To Reproduce
Expected behavior
ecaresnet50d_pruned
feature channels(64, 19, 171, 818, 2022)
ecaresnet101d_pruned
feature channels(64, 26, 142, 278, 2042)
efficientnet_b1_pruned
feature channels(16, 12, 35, 67, 320)
efficientnet_b2_pruned
feature channels(16, 17, 42, 116, 352)
efficientnet_b3_pruned
feature channels(24, 12, 40, 120, 384)
The text was updated successfully, but these errors were encountered: