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
This is because the expansion ratio in the search space is based on the maximum available #Channels in the search space, while the one in the arch def is based on the real #Channels. The actual number of dw channels can be obtained from the model builder.
This is because the expansion ratio in the search space is based on the maximum available #Channels in the search space, while the one in the arch def is based on the real #Channels. The actual number of dw channels can be obtained from the model builder.
Here your arch of dmasking_f1's stage2
where expansion is not the value from (0.75, 4.5, 0.75), so how to scale it and why? Thanks!
The text was updated successfully, but these errors were encountered: