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

I am confusion about your deep learning architecture. #801

Closed
pioneer-pi opened this issue Apr 2, 2024 · 3 comments
Closed

I am confusion about your deep learning architecture. #801

pioneer-pi opened this issue Apr 2, 2024 · 3 comments

Comments

@pioneer-pi
Copy link

I learned about the the input of Inceptionv3's channel number is 3, but your input's channel is 6 or more. So how do to deal with it? Are you changed the first layer of inceptionv3?

Thank you!

@lucasbrambrink
Copy link
Collaborator

Thank you for the question!

Take a look at how we instantiate InceptionV3 keras_modeling.py. The input_shape is inferred from the examples. InceptionV3 can handle any number of channels provided you are not using the imagenet classifier.

documentation mentions 3 channels if you are using the imagenet preset, and load the weights pre-trained on ImageNet. This is not the case if you set weights=None.

@pioneer-pi
Copy link
Author

@lucasbrambrink Thank you for your reply! Now If I want to use the pretrained Inceptionv3 of deepvariant, where can i get the model?

@lucasbrambrink
Copy link
Collaborator

Sure! You can find the checkpoints for each sequencing technology at gs://deepvariant/models/DeepVariant/1.6.1/checkpoints/. For example, the model for Illumina data can be found at gs://deepvariant/models/DeepVariant/1.6.1/checkpoints/wgs/deepvariant.wgs.ckpt. These models are mounted in our Dockerfile

Take a look at our custom training case study if you want to learn more.

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

2 participants