Giter Site home page Giter Site logo

mnist-cnn about pynq-cnn-attempt HOT 10 CLOSED

zhaoqxcn avatar zhaoqxcn commented on August 19, 2024
mnist-cnn

from pynq-cnn-attempt.

Comments (10)

ZhaoqxCN avatar ZhaoqxCN commented on August 19, 2024 2

You can get the full HLS project files in this link in 7 days. Code: q5h9.

from pynq-cnn-attempt.

Amri95 avatar Amri95 commented on August 19, 2024 1

from pynq-cnn-attempt.

ZhaoqxCN avatar ZhaoqxCN commented on August 19, 2024

The 'main.cpp' is the test file for 'cnn.cpp', it should not be set as source file, and the 'cnn' function should be set as the main function.

from pynq-cnn-attempt.

Amri95 avatar Amri95 commented on August 19, 2024

Could you please provide the HLS files for the MLP used for MNIST ?

Best regards

from pynq-cnn-attempt.

Amri95 avatar Amri95 commented on August 19, 2024

from pynq-cnn-attempt.

ZhaoqxCN avatar ZhaoqxCN commented on August 19, 2024

You can easily get the code examples in Keras docs.

from pynq-cnn-attempt.

Amri95 avatar Amri95 commented on August 19, 2024

from pynq-cnn-attempt.

ZhaoqxCN avatar ZhaoqxCN commented on August 19, 2024

You can try this site: keras.io, there are many examples, including MINST convnet.

from pynq-cnn-attempt.

Amri95 avatar Amri95 commented on August 19, 2024

You can get the full HLS project files in this link in 7 days. Code: q5h9.

Could you please send me the full HLS source for MLP and CNN? [email protected]

from pynq-cnn-attempt.

nagendra7890 avatar nagendra7890 commented on August 19, 2024

HI, @ZhaoqxCN How did you calculate the CNN parameters in each layer in main.cpp file?

           _AXI_VAL status = 1;
	AXI_VAL batch_size = 0;
	AXI_VAL Ker_DIM = 3;
	AXI_VAL In_CH = 1;
	AXI_VAL In_DIM = 28;
	AXI_VAL Out_CH = 16;
	AXI_VAL Out_DIM = 26;_

from pynq-cnn-attempt.

Related Issues (13)

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.