Coder Social home page Coder Social logo

Comments (3)

skalade avatar skalade commented on July 4, 2024

The model in the example already outputs the final fully connected layer output values before softmax and its shape is (1, 10). Softmax is calculated as a separate python function.

If you are having issues training custom models on the Vitis AI docker then Vitis AI would be a better place to find support. I would also investigate the Vitis AI Tutorials as there are plenty of training examples of more complex architectures.

Thanks
Shawn

from dpu-pynq.

Afef00 avatar Afef00 commented on July 4, 2024

Hello,
Thanks for the clarification!
Actually, I was trying to build a hybrid CNN -SVM model, where I use the output values of the final fully connected layer as inputs for SVM classifier.
The problem is that in the software validation of this approach the output shape of this layer was (1,128).
I tried the following to get the output values of the final fully connected layer

getFeature = K.function([model.layers[0].input, K.learning_phase()],
                        [model.layers[4].output])
exTrain = getFeature([x_train, 0])[0]

The output shape of extrain was (1,128). That's why am confused
Thanks

from dpu-pynq.

skalade avatar skalade commented on July 4, 2024

Closing this out as it has been a few weeks without activity and it seems more of a general ML/tensorflow issue, than to do with DPU-PYNQ.

from dpu-pynq.

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.