facebookresearch / mobile-vision

Mobile vision models and code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid arch name dmasking_l2

miautoml opened this issue · comments

dmasking_l2 should be FBNetV2-L1 as reported in the paper. It seems not provided.

AssertionError: Invalid arch name dmasking_l2, available names: dict_keys(['default', 'mnv3', 'default_i8f', 'mnv3_i8f', 'fbnet_a', 'fbnet_b', 'fbnet_c', 'fbnet_96', 'fbnet_ase', 'fbnet_bse', 'fbnet_cse', 'fbnet_dse', 'fbnet_a_i8f', 'fbnet_b_i8f', 'fbnet_c_i8f', 'fbnet_96_i8f', 'fbnet_ase_i8f', 'fbnet_bse_i8f', 'fbnet_cse_i8f', 'fbnet_dse_i8f', 'dmasking_f1', 'dmasking_f4', 'dmasking_l2_hs', 'dmasking_l3', 'eff_0', 'eff_1', 'eff_2', 'eff_3', 'eff_4', 'eff_5', 'eff_6', 'eff_7', 'eff_8'])

But I see there is dmasking_l2_hs at

What is the main difference between the two? Is it that dmasking_l2_hs has input of (3, 256,256) but dmasking_l2 has (3, 224,224) while the rest is the same?