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

Channels in mri_silhouettes #500

Open
Pulkit-Khandelwal opened this issue Nov 29, 2022 · 0 comments
Open

Channels in mri_silhouettes #500

Pulkit-Khandelwal opened this issue Nov 29, 2022 · 0 comments

Comments

@Pulkit-Khandelwal
Copy link

Pulkit-Khandelwal commented Nov 29, 2022

The model expects 3 channels but you provide 1 channel.

input = tf.keras.Input(
    shape=(256, 237, 1),
    name="input_mdrk_silhouette_continuous",
)

https://github.com/broadinstitute/ml4h/blob/master/model_zoo/silhouette_mri/train_models.py#L261

How do you account for the other 2 channels? @mklarqvist

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

No branches or pull requests

1 participant