HorizontalCAS
HorizontalCAS copied to clipboard
Inconsistencies in nnet file notation
There seems to be an inconsistency in the notation within a .nnet file.
HorizontalCAS is missing a , at the end of line 5-8 while VerticalCAS and the NNet TestNetwork both have one.
The current HorizontalCAS networks cannot be used by the python script in the NNet repository. Adding a , fixes the problem.