cvjena / cn24

Convolutional (Patch) Networks for Semantic Segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FATAL: Layer has dynamic input but doesn't support it: Confusion Matrix Layer

astillich opened this issue · comments

When trying to load the toy_net.json like this

net-load toy_net.json classification

it fails with

No error layer type specified!

After adding "error_layer": "dummy" (also tried 'no' and 'to the JSON it finally fails with:

FATAL: Layer has dynamic input but doesn't support it: Confusion Matrix Layer

Hi,
the example files have not yet been updated for the recent changes to CN24 in the develop branch because changes may not be final. If you don't require any of the new features, you can use the default branch master which is well documented.
~Clemens