This repository was archived by the owner on Apr 10, 2024. It is now read-only.
Consider eliminating explicit .load_graphdef()
call?Β #16
Open
Description
Hey @colah @znah ;
should we consider automatically calling load_graphdef
when instantiating a modelzoo class?
To me this boils down to:
What can you currently do with an instantiated modelzoo.Model
, that you couldn't do with just the class?
It feels like this could simplify the current API, but it may also hide the fact that a graph definition may need to be downloaded.
Looking forward to your opinions!