Maskrcnn-benchmark: Class advice impossible in Python3. Use the @implementer class decorator instead.

Created on 28 Apr 2019  ·  6Comments  ·  Source: facebookresearch/maskrcnn-benchmark

❓ Questions and Help

I got an error like ‘’Class advice impossible in Python3. Use the @implementer class decorator instead.'' what should i do ?

Most helpful comment

Finally solved by:

git clone https://github.com/NVIDIA/apex.git && cd apex && python setup.py install --cuda_ext --cpp_ext

All 6 comments

Are you sure this is related to maskrcnn-benchmark?

I got same issue with apex. A fix can be found here.:smile:

I got same issue with apex. A fix can be found here.

works well with your method. thx

I got same issue with apex. A fix can be found here.

works well with your method. thx

I got same issue with apex. A fix can be found here.

@pietern @sotte @Celebio @martinruenz @Iwontbecreative

I have tried this way, but still remain this problem.
My environment is:

  • pytorch 1.1.0
  • CUDA 9.2 (I have tried 9.0 and 10.0 version too)

Can anyone help? Thanks a lot!!

Finally solved by:

git clone https://github.com/NVIDIA/apex.git && cd apex && python setup.py install --cuda_ext --cpp_ext

I got same issue with apex. A fix can be found here.😄

I fixed my problem. thanks you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

auroua picture auroua  ·  3Comments

qijiezhao picture qijiezhao  ·  3Comments

mrteera picture mrteera  ·  3Comments

adityaarun1 picture adityaarun1  ·  3Comments

kaaier picture kaaier  ·  3Comments