Code Monkey home page Code Monkey logo

Comments (4)

solrex avatar solrex commented on September 3, 2024

@zt383154 如果是简单的层,只需要在 caffe.proto 里把对应层的配置加上,然后把对应层 CPU 前向计算放到该在的位置上即可。你可以diff一下跟你的层类似的原生层的实现,在 caffe-mobile 中和 caffe 中有什么不同。一般来说,大部分纯计算的层没有任何不同,有依赖的层要检查一下依赖是否满足(比如是否依赖hdf5之类)。

from caffe-mobile.

onelittlebee avatar onelittlebee commented on September 3, 2024

好的,我的自定义层是纯数据的,不依赖第三方库。 @solrex

from caffe-mobile.

solrex avatar solrex commented on September 3, 2024

@zt383154 我先 close 了,如果遇到问题,可以过来留言再 reopen。

from caffe-mobile.

liminglu avatar liminglu commented on September 3, 2024

你好,我打开HDF5宏之后,编译可以成功,但链接到CaffeSimple项目中,报符号找不到

from caffe-mobile.

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.