I am having trouble testing tiny-image-200 experiment. Unlike most of your other demo and experiments, this one gives me very hard time. I have notice there is error on the code. in Learn(). It seems that it is reading validation image from wrong place which is test folder. FValidationImages.LoadFoldersAsClassesProportional(EdTestFolder.Text, EdImageSubFolder.Text, 0.9, 0.1); I changed it to FValidationImages.LoadFoldersAsClassesProportional(EdValidationFolder.Text, EdImageSubFolder.Text, 0.9, 0.1);...
I'd been using your library to explorer AI. Today, I have noticed that on my 64bit Ubuntu 20.04 LTS system, Intel Celeron J4115 CPU @ 1.8GHz machine, most of the experiments projects works, yet all of the examples projects has failed running. Some are failed on compile time, but mostly failed on runtime. Error points are all aimed at VBROADCASTSS ymm0, [rdx] command. If it failed on run-time, error points are vbroadcasts (%rdx), %ymm0. I'm not used to these assembler term. I just let you know in...
Hi. Thank you for your great work. I am having a great time trying all of these example codes. I have noticed a missing file called "uVect" on a example of "SOM Neural Network ". I searched all over internet, yet, uVect.pas was nowhere to be found. I'm just reporting a missing file.
Hi. Thank you for your great work. I am really enjoying trying each example codes. It really helps me on learning. I found a missing file called "uVect" on a example of "SOM Neural Network ". I tried to compile the demo, however, uVect.pas was nowhere to be found all over internet.