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.