-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XorAndOr test project issue #110
Comments
OK the issue is eliminated. How to fix: delete autosave.nn on the beginning of procedure TNeuralDataLoadingFit.FitLoading:
|
@Kryuski , I'm reopening until I can reproduce and apply a fix to the source code. |
@Kryuski , |
Yes, I ran various applications from the examples folder. Some of them create the autosave.nn file as they work. The XorAndOr app printed information to the console from this file, which was left over from running another example. |
for the ml package bpmagazine joaopauloschuler#110
bpmagazine joaopauloschuler#110
for bpmagazine joaopauloschuler#110 ML package
I tested the XorAndOr neural network in the new Lazarus 2.24 (FPS 3.2.2), and found an unintentional modification of the structure of NN in the Fit procedure. Before Fit:
After Fit:
I used NN.DebugStructure to get the structure. Can anyone confirm this, or is it just me?
P.S. Delphi 10.4 Community Edition does not have this problem.
The text was updated successfully, but these errors were encountered: