google / model_search

Apache License 2.0
3.26k stars 462 forks source link

Model Architecture Output? #49

Open malekinho8 opened 3 years ago

malekinho8 commented 3 years ago

I have just finished a test run, and obtained a new directory containing the results from 200 separate models. For a given model, I noticed there is a "saved_model.pb" file, but I get an error every time I try to load it into Python. All I would like to do is see the model layers, similar to the output of a typical model.summary( ) in Keras:

image

Is it possible to see this output with the models that have been saved?

wooooyo commented 3 years ago

Have you got the solution of this question? I am also puzzled of it...

malekinho8 commented 3 years ago

Have you got the solution of this question? I am also puzzled of it...

Unfortunately, no. In my experience, the code is not at the point where you can easily obtain this kind of information. Even the tensorboard graphs that they do output are unintelligible to me, so I haven't done much experimentation with model search in a while.