-
Notifications
You must be signed in to change notification settings - Fork 657
issue in render own model #253
Comments
What error do you get when you call render? |
@colah
|
When you exported your model, you had to declare what the name of the input node to your model was. It appears that you may have made an error when doing so, and that the name you gave doens't exist in the model. |
@colah , Here is my error message
The link below is the colab notebook where the problem occurred. And also, I attached another colab notebook about building own model, so please refer to it if necessary. How can I solve this part? |
When you run feature visualization, you optimize an image of size set by the argument
|
hello, have you solved this problem? |
hello, I try this, but it doesn't work.
|
I'm trying to follow this link
[https://github.com/tensorflow/lucid/wiki/Importing-Models-into-Lucid]
And I have error in feature visualization of a layer with lucid
render.render_vis(model, "Conv2D_3:0")
What is the proper parameter in my case?
I checked my node name with this code
And results are below.
Could you help me how can I solve this problem? :)
The text was updated successfully, but these errors were encountered: