Coder Social home page Coder Social logo

Comments (4)

gjkunde avatar gjkunde commented on July 25, 2024 1

My understanding is that "latest" runs Vitis 1.3 ... all the workflows including PYNQ-DPU are for 1.2,
so you should start with:.

/docker_run.sh xilinx/vitis-ai:1.2.82

in that case it produces (when fixing the legacy DPUV2 in the json file call):


  • VITIS_AI Compilation - Xilinx Inc.

[VAI_C][Warning] layer [output_logits_Softmax] (type: Softmax) is not supported in DPU, deploy it in CPU instead.

Kernel topology "mnist_classifier_kernel_graph.jpg" for network "mnist_classifier"
kernel list info for network "mnist_classifier"
Kernel ID : Name
0 : mnist_classifier_0
1 : mnist_classifier_1

                         Kernel Name : mnist_classifier_0

                         Kernel Type : DPUKernel
                           Code Size : 4.48KB
                          Param Size : 0.66MB
                       Workload MACs : 1.78MOPS
                     IO Memory Space : 6.05KB
                          Mean Value : 0, 0, 0, 
                  Total Tensor Count : 4
            Boundary Input Tensor(s)   (H*W*C)
                     input_data:0(0) : 28*28*1

           Boundary Output Tensor(s)   (H*W*C)
           output_logits_MatMul:0(0) : 1*1*10

                    Total Node Count : 3
                       Input Node(s)   (H*W*C)
             conv2d_1_convolution(0) : 28*28*1

                      Output Node(s)   (H*W*C)
             output_logits_MatMul(0) : 1*1*10




                         Kernel Name : mnist_classifier_1

                         Kernel Type : CPUKernel
            Boundary Input Tensor(s)   (H*W*C)
          output_logits_Softmax:0(0) : 1*1*10

           Boundary Output Tensor(s)   (H*W*C)
          output_logits_Softmax:0(0) : 1*1*10

                       Input Node(s)   (H*W*C)
               output_logits_Softmax : 1*1*10

                      Output Node(s)   (H*W*C)
               output_logits_Softmax : 1*1*10

from dpu-pynq.

balintbarna avatar balintbarna commented on July 25, 2024

issue also doesn't seem to be present with the older version docker dontainer

from dpu-pynq.

balintbarna avatar balintbarna commented on July 25, 2024

I arrived to the same conclusion, can confirm

from dpu-pynq.

Afef00 avatar Afef00 commented on July 25, 2024

Am facing the same issue.
The problem is elf models are not supported anymore and only xmodels are supported!! So is there any updated solution for this problem ??

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.