-
Notifications
You must be signed in to change notification settings - Fork 24
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
DROID-MVP and DROID-RV #578
Conversation
* add .linux .osx and .genes
* dataflow cleanups
* categorical and continuous composite TensorMaps, bump version, add ecg phewas to model zoo
#517) * latent space bias functions moved into exploration file and notebook to use these functions
VSCode to GCP instance instruction
Initial release of code for running inference with DROID --------- Co-authored-by: Christopher Reeder <[email protected]>
Co-authored-by: Christopher Reeder <[email protected]>
write t1 maps, remove np.bool
Co-authored-by: Danielle Pace <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -0,0 +1,45 @@ | |||
# DROID-RV Inference Example | |||
|
|||
This is a simple example script demonstrated how to load and run the DROID-RV and DROID-RVEF models. Model training and inference was performed using the code provided in the ML4H [model zoo](https://github.com/broadinstitute/ml4h/tree/master/model_zoo/DROID). The example below was adapted from the DROID inference code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"This is a simple example script demonstrated" -> "This simple example script demonstrates"
@@ -0,0 +1,36 @@ | |||
# DROID-MVP Inference Example | |||
|
|||
This is a simple example script demonstrated how to load and run the DROID-MVP model. Model training and inference was performed using the code provided in the ML4H [model zoo](https://github.com/broadinstitute/ml4h/tree/master/model_zoo/DROID). The example below was adapted from the DROID inference code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"This is a simple example script demonstrated" -> "This simple example script demonstrates"
Adds in changes to DROID training and inference code used in the DROID-RV and DROID-MVP projects, as well as adding these models to the model zoon.