meijieru / AtomNAS

[ICLR 2020]: 'AtomNAS: Fine-Grained End-to-End Neural Architecture Search'
Other
224 stars 21 forks source link

Doubt about the AtomNAS-C. #10

Closed zhangyuan1994511 closed 4 years ago

zhangyuan1994511 commented 4 years ago

@meijieru Hi, thanks for your great work! The first block of AtomNAS-C in the code only have single kernel size: 3 (first block:[1, 16, 1, 1, [3]]), but the Figure 5 in the paper show there have three kernel size(show as three difference color),why? looking forward your reply!

meijieru commented 4 years ago

That block corresponds to the first homogeneous blue block, which is fixed.

zhangyuan1994511 commented 4 years ago

@meijieru Thank you for your prompt reply. By the way, Could provid the MobileNetV2's pretrain model as your paper implement. Thank you!

meijieru commented 4 years ago

@zhangyuan1994511 Uploaded.

zhangyuan1994511 commented 4 years ago

@meijieru Thank you very much, you are so nice!