01-15-2020 01:42 PM - edited 01-15-2020 01:42 PM
Hi,
How can I open the .pb file which is used in the deep learning example to make some changes .??
01-16-2020 10:45 AM
You can use TensorBoard’s Graphs dashboard to explore the graph.
(Examining the TensorFlow Graph)
But I would like to recommend to install Python and TensorFlow, then create your own (its not so easy if you will do this first time).
Here is good starting point:
Andrey.
01-16-2020 01:06 PM
Thanks for your help