You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weights editing flows examples that we want to support immediately:
train or load pre-trained, edit data sets, freeze layers, resume training
train or load pre-trained, freeze layers, add neurons, resume training
train or load pre-trained, compare 2 samples side by side w.r.t to activation in the model e.g: l0 -> 0.1%, l1 -> 0.1%, l2-> 4.5%.. means l2 is the layers that discriminates the 2 samples we are comparing
Model Weights editing (a.k.a) modelling is partially implemented and available; however:
A refinement or revamp is necessary in order to enable this new dimension of experimentation: