stephenjfox / Morph.py

A neural architecture optimizer, targeted at model-size w.r.t. accuracy
GNU General Public License v3.0
16 stars 2 forks source link

Utils are too essential? #3

Open stephenjfox opened 5 years ago

stephenjfox commented 5 years ago

Could these be better named, or segregated? It may not be evident yet (as there's not a ton of code) but if every piece of the project is using these tools, there may be:

  1. A better name for them
  2. A better namespace for them
  3. A better way to expose them to the user, an part of the unifying mission of giving a toolkit, not just a "catch all" algorithm