Closed oxygenman closed 7 years ago
Fixed this bug (it was due to the branching directly after the input layer).
However, there seems to be a problem with the final MaxPool layer (the other Pooling layers work fine). Replacing Max by AveragePool also works. I will get back to you with a solution hopefully soon.
OK,thank you very much, I will keep learning your code!
OK, all good now. The problem was using data_format 'channels_last' instead of 'channels_first'. Both are now supported. I tested your model with random input and it ran fine.
The attach file is the model of ANN I use. The architecture of the model is shown below. But when I performing the converting program, it failed with the err:
model.zip
It seems my model have an "InputLayer" that the toolbox can't understand, how can I solve this problem?