Giter Club home page Giter Club logo

Comments (3)

xinghedyc avatar xinghedyc commented on July 16, 2024

problem solved.
please use the MXNet@(commit 62ecb60)
and make sure correctly compiled!

from fcis.

ChangliangSun avatar ChangliangSun commented on July 16, 2024

hi, I also appear this problem when train a new model. But I can't solve this problem. Could you help to introduce the details about this problem? So mach thanks.

from fcis.

rogerwwww avatar rogerwwww commented on July 16, 2024

I've come across the same problem and solved it by compiling MXNet@(commit 62ecb60). Here are some notes from my experience:

  • MXNet@(commit 62ecb60) uses submodule cub from https://github.com/NVlabs/cub, instead of https://github.com/dmlc/cub for later versions. I had trouble fetching cub@89de7ab with a git error: Server does not allow request for unadvertised object or reference is not a tree. It seems that the commit 89de7ab of cub is no longer reachable, probably caused by a force push. As a workaround, I clone the cub repo at https://github.com/NVlabs/cub manually and checkout to branch 1.6.4 with command git checkout 1.6.4. It works.
  • MXNet@(commit 62ecb60) does not have psroi_pooling operator implemented, so you should copy the operator source files together with channel_operator in README 3.4. That is, do cp -r $(FCIS_ROOT)/fcis/operator_cxx/* $(MXNET_ROOT)/src/operator/contrib/.

Hope these will be helpful!

from fcis.

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.