mingukkang / ENAS-Tensorflow

Efficient Neural Architecture search via parameter sharing(ENAS) micro search Tensorflow code for windows user
113 stars 33 forks source link

Cells visualization #1

Closed MattVil closed 6 years ago

MattVil commented 6 years ago

Hey, great work ! How do you generate the diagram of the convolution and reduction cell ? It's not available in the code you shared

mingukkang commented 6 years ago

Actually the diagram of the convolution and reduction cell were by hand..

MattVil commented 6 years ago

I made a simple automated visualization script, not exactly the same format as the paper but can be useful. Pull Request #3

mingukkang commented 6 years ago

Thank Mattvil!