Closed ZhengLyuFelix closed 6 years ago
Hi @ZhengLyuFelix Try using the session directly as mentioned in the error above
Please input a frozen graph (no variables). Or pass in the session object. Since your model has variables present.
Also, there is no need to add an external standalone placeholder (X from the example above). It'll cause errors. Just pass in the input to your model, the library functions will detect the input node automatically.
Closing this for lack of activity. Reopen if needed.
I'm trying to do visualization on custom pre trained model and I met with the problem after I tried to create frozen graph like this:
then I tried to do the activation visualization:
Then I got the error:
I'm not sure if I wrongly created the frozen graph. Please help me if I did it wrongly. Many thanks!