Skip to content

jdurago/drug_prediction_gnn_inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Drug Prediction

This package is code to deploy a Sagemaker endpoint. The trained models are based off of previously run Sagemaker training jobs. Code for running Sagemaker training jobs can be found here.

Deploy Sagemaker Endpoint

Sagemaker endpoints utilize docker containers stored in AWS Elastic Container Registry to execute. Code for deploying the container based inference jobs can be found in the run_container.ipynb

Steps for running a inference job are as follows:

  1. Build container and upload to AWS ECR using the build_and_push.sh script
    !cd container; ./build_and_push.sh gnn-inference
  2. Refer to run_container.ipynb on deploying Sagemaker endpoint and running inference

About

Sagemaker endpoint deployment for running inference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published