jinyu121 / DW2TF

Darknet Weights to TensorFlow
GNU General Public License v3.0
219 stars 73 forks source link

What are the inputs and outputs layers names? #18

Closed AbdeslemSmahi closed 5 years ago

AbdeslemSmahi commented 5 years ago

I am trying to use the generated model in an Android application but it needs the input and output layers names. where can i find those?

sjain-stanford commented 5 years ago

@AbdeslemSmahi One way is to import the graph into TensorBoard and look at the input/output node names.

AbdeslemSmahi commented 5 years ago

@AbdeslemSmahi One way is to import the graph into TensorBoard and look at the input/output node names.

yes i managed to do that , Thank you.