Code Monkey home page Code Monkey logo

Comments (3)

zhreshold avatar zhreshold commented on May 10, 2024 1

There are some features not in mxnet 1.2.0 release, but you can use pip install mxnet-cuxx --upgrade --pre to install the nightly build of mxnet

from gluon-cv.

KirtoXX avatar KirtoXX commented on May 10, 2024

Traceback (most recent call last):
File "D:/mxnet-test/train2.py", line 422, in
train(args)
File "D:/mxnet-test/train2.py", line 364, in train
cls_pred, box_pred, roi, samples, matches, rpn_score, rpn_box, anchors = net(data, gt_box)
File "C:\Anaconda3\lib\site-packages\mxnet\gluon\block.py", line 413, in call
return self.forward(*args)
File "C:\Anaconda3\lib\site-packages\mxnet\gluon\block.py", line 621, in forward
return self._call_cached_op(x, *args)
File "C:\Anaconda3\lib\site-packages\mxnet\gluon\block.py", line 522, in _call_cached_op
self._build_cache(*args)
File "C:\Anaconda3\lib\site-packages\mxnet\gluon\block.py", line 483, in _build_cache
self._cached_op = ndarray.CachedOp(out, self._flags)
File "C:\Anaconda3\lib\site-packages\mxnet_ctypes\ndarray.py", line 115, in init
ctypes.byref(self.handle)))
File "C:\Anaconda3\lib\site-packages\mxnet\base.py", line 149, in check_call
raise MXNetError(py_str(_LIB.MXGetLastError()))
mxnet.base.MXNetError: Cannot find argument 'static_alloc', Possible Arguments:

inline_limit : int (non-negative), optional, default=2
Maximum number of operators that can be inlined.
forward_bulk_size : int (non-negative), optional, default=15
Segment size of bulk execution during forward pass.
backward_bulk_size : int (non-negative), optional, default=15
Segment size of bulk execution during backward pass.

Process finished with exit code 1

from gluon-cv.

KirtoXX avatar KirtoXX commented on May 10, 2024

Thanks!!!!!!

from gluon-cv.

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.