Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple Model Training Utility #153

Open
deprit opened this issue May 2, 2024 · 0 comments
Open

Simple Model Training Utility #153

deprit opened this issue May 2, 2024 · 0 comments
Assignees

Comments

@deprit
Copy link
Collaborator

deprit commented May 2, 2024

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.
@deprit deprit self-assigned this May 2, 2024
@deprit deprit added the phoenix label May 2, 2024
@deprit deprit removed the phoenix label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant