Coder Social home page Coder Social logo

Comments (8)

fchollet avatar fchollet commented on May 4, 2024

It is absolutely possible to instantiate models with pre-trained weights (by passing a "weights" argument at layer initialization, or using the set_weights/get_weights methods of layers.

However there is no existing pre-trained model for you to use at the moment. In the future, I will likely train a Keras deep convent on ImageNet and upload the resulting model somewhere, because it seems it could be useful to a lot of people. But that's not very high on my priority list.

from keras.

whjxnyzh123 avatar whjxnyzh123 commented on May 4, 2024

@fchollet I think one can use caffe python wapper to read caffe model, extract the weights and then give it to keras model. I am not sure if it will work...

from keras.

pranv avatar pranv commented on May 4, 2024

I'm working on this. Caffe-Keras interaction will be ready in a couple of days.Sequential Models like VGG ย were easy to convert. But the non sequential models took some time since Caffe handles it in form of blobs and it needs to be processed as a graph.

I'll finish it soon and submit it, hopefully you can use it soon.

On Tue, Jun 2, 2015 at 5:40 PM, whjxnyzh [email protected] wrote:

@fchollet I think one can use caffe python wapper to read caffe model, extract the weights and then give it to keras model. I am not sure if it will work...

Reply to this email directly or view it on GitHub:
#30 (comment)

from keras.

superhans avatar superhans commented on May 4, 2024

Hey @pranv. Any progress on this ?

from keras.

paulogaspar avatar paulogaspar commented on May 4, 2024

Any progress on this?

from keras.

elbamos avatar elbamos commented on May 4, 2024

@superhans @paulogaspar If what you want is specifically the vgg model: https://gist.github.com/baraldilorenzo/07d7802847aaad0a35d3

from keras.

willard-yuan avatar willard-yuan commented on May 4, 2024

@pranv Any progress on this?

from keras.

Patriciasr92 avatar Patriciasr92 commented on May 4, 2024

Any progress on this?

from keras.

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.