OpenMined / syft.js

The official Syft worker for Web and Node, built in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for training state to be persisted to temporary storage in the event of a failure in syft.js

cereallarceny opened this issue · comments

In the event that training is interrupted on a device or computer, we need to have a "saved state" of the training process that allows us to resume. Such interruptions could be:

  • An error in the training
  • User decides to intentionally pause training

Closing in favor of #212