tianbaochou / NasUnet

170 stars 45 forks source link

Actually searching for a neural architecture #28

Closed ghost closed 4 years ago

ghost commented 4 years ago

@tianbaochou Thanks for your hard work,

1- The Readme doesn't show how to use search_cell.py in-order to search for a new architecture 2- How many images are enough to search or a new architecture? 3- Does NasUnet search using cropped of the ground-truth images, or downscaled images?

tianbaochou commented 4 years ago

@tianbaochou Thanks for your hard work,

1- The Readme doesn't show how to use search_cell.py in-order to search for a new architecture 2- How many images are enough to search or a new architecture? 3- Does NasUnet search using cropped of the ground-truth images, or downscaled images?

Sorry for the late response

  1. DARTS and it's variants may find a new architecture when you run different times on the same parameter settings.
  2. It depands on #classes of dataset
  3. Yes