mcunet
mcunet copied to clipboard
How to train MCUNet from Scratch (and perform search with TinyNAS)
As commented in the title, I'm having trouble running the TinyNAS search code, and training the searched network. I think all I see in the TinyNAS folder are code for the model structure but not the NAS code (presumably it is in a similar fashion to ProxylessNAS). Any help would be appreciated
@zyzkevin I am having a similar issue. Were you ever able to make some headway in this?
@zyzkevin I am having a similar issue. Were you ever able to make some headway in this?
I think I ended up using AlphaNAS's training code to train the Supernet, and then adapted the code base to MCUNet's search settings to set up the search space.