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
Armory Library users may need to train models as part of their workflows, for example, in evaluating the transferability of evasion attacks or the efficacy of poisoning defenses. The exemplar for this training utility will be the Keras model training APIs.
Model compile: package a PyTorch model with
a loss function,
an optimizer,
a learning rate scheduler,
any metrics,
callbacks such as early stopping.
Model fit: fit the packaged model specifying
number of epochs
training and possibly validation data loader
Any metrics or artifacts produced by the model fit should be recorded as an experiment run in MLFlow.
The text was updated successfully, but these errors were encountered:
Armory Library users may need to train models as part of their workflows, for example, in evaluating the transferability of evasion attacks or the efficacy of poisoning defenses. The exemplar for this training utility will be the Keras model training APIs.
Any metrics or artifacts produced by the model fit should be recorded as an experiment run in MLFlow.
The text was updated successfully, but these errors were encountered: