|
|
|
|
|
by mackenziebowes
367 days ago
|
|
I can't be certain, I'm not at all an AI engineer or math guy, but I think at the "wake up" point you equalize instances.
Like during 'sleep' some list of functions/operations `m` are applied to model weights `n` producing a new model, `n + 1`.
Wouldn't you just clone `n + 1`, send it to work, and start a new training run `m + 1` to make `n + 2`? |
|