FluidMLPClassifier, issue with continuing training in Super Collider

Hello everyone,

I’m currently working on training a Neural Network in Super Collider with FluidMLPClassifier. I have successfully saved both my trained nn and my data and label sets using the " .write " method, storing them in a JSON file. However, i’ve encountered an issue when trying to resume training from where i left off using the " .read" method. The training starts from zero again.
Any thought why i might be unable to continue training from the same point? Your assistance would be appreciated.

Thanks