Skip to content

Draft: Made the training repeat when a NaN is detected

John Clemens requested to merge delta-issue-2 into master

Attempted solution for issue #2 (closed)

There is now a while-loop wich repeats training a max number of times.

If training repeats for the maximum number of times, then an error code is returned and the program exits.

The models now implement string serialisation so that they can easily be copied and moved around in memory.

Merge request reports