HuguesDug

Results 24 comments of HuguesDug

I tested in Lazarus and had quite a hard time to get it going. In particular, a Threading unit not installed and not willing to install. Same behavior. Then, I...

Hello, I tryed some other libraries like FAAN some years ago. ReLu has some advantages, but for some networks with learning values negative or very negative, it can sometime be...

Hello, I will give this a try. You have still some "writeln" in the code in many places. However, they seem to be covered by the verbose condition. So, with...

Same on my side. Sample of code that create the error : Don't get confused with the TMemoryStream. I use in FMX and not VCL. The two verion of bitmap...

> function cvImage2Bitmap didn't work for me, it produced an exception. > > this code instead works: > > ` function cvImage2Bitmap(img: PIplImage): {$IFDEF DELPHIXE2_UP}Vcl.Graphics.TBitmap{$ELSE}Graphics.TBitmap{$ENDIF}; var bmp: {$IFDEF DELPHIXE2_UP}Vcl.Graphics.TBitmap{$ELSE}Graphics.TBitmap{$ENDIF}; deep:...

I saw the recent commits with new layer types (like addConcatInputOutput). The description of what does these layer types would be appreciated. I also noted some layers types are not...

Hello, I tested again, no discussion : compiling fails. Delphi 10.3.3 Check your compilers directive inside project-settings-Delphi compiler - compiler options. Do you have the control inline code active ?

Here are my compiler directives, for release mode. They are default option, as I reinstalled recently the 10.3.3 over a clean install. It is a translation from French... sorry for...

I read delphi documentation regarding INLINE directive. I confirm yourcode should not compile in 10.3, as the restrictions on the use of inline for specific cases clearly exclude what was...

Thanks for the comprehensive answer. With the TNNetSplitChanenels, I will be able to do a first portion. The data I have will be fed in the net TVolume by program....