According to the block architecture in the paper, seems that FBNet uses always_pw=True.
But in this repo, the release FBNet model use always_pw=False.
Why don't use the same architecture as paper?
Does always_pw=True or False affect the accuracy a lot?
Using always_pw=True can't reproduce the results on the paper?
Thanks.