Git Product home page Git Product logo

Comments (3)

ermig1979 avatar ermig1979 commented on August 22, 2024

Hi! Excuse me for so late answer - I was at vacation. I try to reproduce this bug but this link is expired. Would you to sent me this model one more time?

from synet.

theoractice avatar theoractice commented on August 22, 2024

Thanks for your kind reply. Model link updated:
https://we.tl/t-UumyOc8lop
BTW the model was converted under linux, but loaded under Win10 using Synet commit c995873.

from synet.

ermig1979 avatar ermig1979 commented on August 22, 2024

If you convert this model for NCHW format:

./TestOnnx -m=convert -fw=./model.onnx -sm=./synet.xml -sw=./synet.bin -tf=0 

It will be work fine but it does not achiev the best performance.

There are troubles to convert Synet model in NHWC format. The converter to NHWC poor works with Reshape layers and other complicated logic. Fortunately the main computational load concerned with backbone computations which can be correct converted. The rest part may use NCHW format.
In some times the converter can insert Permute layers to convert from NHWC to NCHW by itself but some times it requires of user hints.
In your case you have to create file ./param.xml:
param.zip

./TestOnnx -m=convert -fw=./model.onnx -sm=./synet.xml -sw=./synet.bin -tf=1 -tp=./param.xml 

from synet.

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.