joaopauloschuler / neural-api

CAI NEURAL API - Pascal based deep learning neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
GNU Lesser General Public License v2.1
356 stars 195 forks source link

Fitting methods should load weights from best performing epoch #74

Closed joaopauloschuler closed 2 years ago

joaopauloschuler commented 2 years ago

Fitting methods should load weights from best performing epoch. Ideally, these properties should be added:

      property LoadBestAtEnd: boolean read FLoadBestAdEnd write FLoadBestAdEnd;
      property TestBestAtEnd: boolean read FTestBestAtEnd write FTestBestAtEnd;
joaopauloschuler commented 2 years ago

Coded.