Giter Site home page Giter Site logo

caffe2neon's People

Contributors

nervetumer avatar sfblackl-intel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

caffe2neon's Issues

How can I convert SegNet to neon format?

I'm trying to convert SegNet to neon, however it seems that some layer types like DenseImageData or Upsample are not supported. Is this a neon limitation?

  • If yes, then are these layer types going to be supported by neon? When?

  • If no, are you going support these types in caffe2neon soon or how can I help to extend the caffe2neon to support SegNet conversion?

Resnet 50

Hi,

When testing the tests/resnet/test_resnet.py with ResNet-50 I get:
Traceback (most recent call last): File "tests/resnet/test_resnet.py", line 119, in <module> model.initialize(train) File "/home/standard/neon/neon/models/model.py", line 128, in initialize self.layers.allocate() File "/home/standard/neon/neon/layers/container.py", line 295, in allocate l.allocate() File "/home/standard/neon/neon/layers/container.py", line 634, in allocate l.allocate(shared_outputs=self.outputs) File "/home/standard/neon/neon/layers/container.py", line 293, in allocate alloc_layers[-1].allocate(shared_outputs) File "/home/standard/neon/neon/layers/layer.py", line 129, in allocate parallelism=self.parallelism) File "/home/standard/neon/neon/backends/backend.py", line 587, in iobuf out_tsr = shared if shared.shape == bufshape else shared.share(bufshape) File "/home/standard/neon/neon/backends/nervanagpu.py", line 595, in share raise ValueError("total size of new array must <= size of parent") ValueError: total size of new array must <= size of parent

Am I doing something wrong?
Thanks

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.