This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA2: Example to train CNN network on tensorflow and run using TIDL

Part Number: TDA2

This is additional information related to the post : 

In the file command.txt, the second command has argument:

--input_names=conv2d_1_input

With tensorflow 1.1, this argument needs to be changed to:

--input_names=conv2d_input

The first layer is no longer appended the number ‘1’, it is the second layer that has ‘1’ appended.


 [CV1]In the file command.txt, the second command has argument:

--input_names=conv2d_1_input

 

With tensorflow 2.1, this argument needs to be changed to:

--input_names=conv2d_input

The first layer is no longer appended the number ‘1’, it is the second layer that has ‘1’ appended.