facebookresearch / mobile-vision

Mobile vision models and code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about always_pw in IRFBlock

andyhahaha opened this issue · comments

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.

commented