Coder Social home page Coder Social logo

cnn-fpga's Issues

输入图像

您好,我想问一下输入data 是从哪里来的

仿真无法通过

作者你好,我在运行你的代码后,联合modelsim仿真报错Illegal output port connection for 'result' (2nd connection) to reg type. 在将Max_pool文件中的result更改为wire后,报错CNN-FPGA-master/src/Conv2d.v(117): (vopt-2957) MSB of part-select into 'result' is out of bounds.请问你在仿真时可以通过么?这个问题可能是出在哪里呢?烦请指教,感谢!

卷积层结果尺寸

在PADDINGENABLE == 0 时,卷积层结果尺寸应该是
(DATAWIDTH - FILTERWIDTH ) / STRIDEWIDTH + 1
而Conv2d模块里使用的是
(DATAWIDTH - FILTERWIDTH + 1) / STRIDEWIDTH

感觉这里存在问题,如果说得不对,请指正,谢谢

CNN-FPGA

你好,请问我在哪里能查找到你的毕业论文呢?我希望能够拜读你的论文以获取更多思路。谢谢!

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.