neural-api icon indicating copy to clipboard operation
neural-api copied to clipboard

examples VisualGAN

Open magicse opened this issue 1 year ago • 1 comments

When compiling example VisaulGAN (Lazarus) I get next error - uvisualgan.pas(326,5) Error: Wrong number of parameters specified for call to "Create" neuralnetwork.pas(3093,24) Error: Found declaration: constructor Create(LongInt;LongInt;LongInt);

magicse avatar Aug 05 '22 18:08 magicse

@magicse, thank you for the report. I can reproduce it. I'll fix in the next version.

joaopauloschuler avatar Aug 08 '22 17:08 joaopauloschuler

@magicse , You can search for TNNetReLUL.Create(-40, +40) // Protection against overflow and then replace by TNNetReLUL.Create(-40, +40, 0) // Protection against overflow

This will solve the problem.

joaopauloschuler avatar Oct 13 '22 15:10 joaopauloschuler