Skip to content

This CI/CD repo with Github Actions contains source code and a workflow for a Sagemaker AI MLOps pipeline.

Notifications You must be signed in to change notification settings

wyp1125/sagemaker-cicd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sagemaker-cicd

This CI/CD demo describes MLOps practices using AWS Sagemaker and Pytorch, to train a deep learning model for predicting lung cancer risks as long as any change is pushed to the main branch, and if the model performance is acceptable, deploy the model as an endpoint after a manual approval.

Key points:

  1. Model training and deployment are pipelined and version controlled.
  2. Configurations and parameters are separated from the programs.
  3. Training parameters and metrics are tracked by a MLFlow tracking server.

About

This CI/CD repo with Github Actions contains source code and a workflow for a Sagemaker AI MLOps pipeline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages