Coder Social home page Coder Social logo

Comments (9)

melvyniandrag avatar melvyniandrag commented on May 10, 2024

Hi I might like to have a go at this, I've been playing around with the site for a bit to get a handle on it. In my browser the inception model doesnt work, is that some issue on my end or is there something wrong with the site? In the top right corner there are some dots that indicate it it loading, but after 10 minutes there is still nothing there.
I also might like to have a go at somehow wrapping the models if they are too large vertically but very narrow. For example, the ResNet model diagram is really thin, but you have to scroll for a very long time to see all of it. I dont know how you render these images yet, maybe they could be responsive and adjust to browser / model dimensions.

from fabrik.

utsavgarg avatar utsavgarg commented on May 10, 2024

@melvyniandrag we currently have some issues with Keras depenencies on the deployed version which is why you might be facing problems in loading some models. I am not quite sure about the wrapping idea, if you could come up with a mock-up we can then discuss it further.

from fabrik.

melvyniandrag avatar melvyniandrag commented on May 10, 2024

I guess this ties into the issue with the docker containers too? I guess I'll work on this in a container and then if no one has made one yet Ill submit the docker file too.

from fabrik.

deshraj avatar deshraj commented on May 10, 2024

@melvyniandrag: Sounds good. This is super critical so it would be great if you can submit the pull request really soon.

from fabrik.

manuhortet avatar manuhortet commented on May 10, 2024

Hello, I'm trying to add some models to the Fabrik ModelZoo. I've added the prototxts to the right example/framework folder and did the right calls from ide/static/bundle/bundle.js

The added models do appear in Actions > Load from zoo, but when I click them, nothing happens. No error message appears, so I'm not pretty sure what's going wrong. Any help here?

from fabrik.

AtharvaKhare avatar AtharvaKhare commented on May 10, 2024

@manuhortet I think you need to modify ide/static/js/topBar.js. ide/static/bundle/bundle.js is generated by webpack.

Also, are you keeping your models in example/keras or example/caffe?

from fabrik.

manuhortet avatar manuhortet commented on May 10, 2024

I did what you suggested but it doesn't seem to work either. I'm keeping my models in example/caffe, as I got them from the Caffe ModelZoo and are .prototxt files.

I found this comment on netLayout.js:

// designed to work with googleNet.
// will work with all prototxts which follows our assumption
// but the UI may not be clean.

Maybe I'm trying to load invalid prototxt files? Btw thank you for your help Atharva!

from fabrik.

utsavgarg avatar utsavgarg commented on May 10, 2024

@manuhortet if the prototxt files are invalid, an error should pop up. In case it's not clear how to add a model to the model zoo for Caffe, you have to do the two following things:

  1. Add the prototxt file in example/caffe
  2. Add a line like <li><ModelElement importNet={this.props.importNet} framework="caffe" id="alexnet">AlexNet</ModelElement></li> to topbar.js, in this the id should be the name of your prototxt without the extension.
    After making these changes, you will need to run webpack and then the file should load.

from fabrik.

Shivanshmundra avatar Shivanshmundra commented on May 10, 2024

@utsavgarg What is the progress in this issue?
What are things left to done or to start, I would like to take this issue.

from fabrik.

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.