CuriousGuy

Results 4 comments of CuriousGuy

@ricardobarroslourenco I am not sure if you have resolved your issues of not able to visualize if your model takes input something like [batch_size,w,h,1]. I was able to visualize by...

@JaspervDalen if you are still interested, use below code to display the ops in the graph. From there you can filter the tensors/ops and then pass it to render_viz to...

Hi, If i understand correctly, you are trying to save modelzoo model as protocol buffers? If yes, all the modelzoo are already saved as .pb and uploaded to GCP! For...

I *think* you still have 2 Graphs here. One is default graph and another one is created by `CustomModel()`. `tf.initialize_all_variables().run()` is only initializing the variables of default graph. Can try...