Coder Social home page Coder Social logo

Comments (3)

lucasbrambrink avatar lucasbrambrink commented on May 30, 2024

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.

from deepvariant.

pioneer-pi avatar pioneer-pi commented on May 30, 2024

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

from deepvariant.

lucasbrambrink avatar lucasbrambrink commented on May 30, 2024

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.

from deepvariant.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.