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

nanyoullm picture nanyoullm  ·  3Comments

YuShen1116 picture YuShen1116  ·  4Comments

Nacho114 picture Nacho114  ·  4Comments

zimenglan-sysu-512 picture zimenglan-sysu-512  ·  3Comments

CF2220160244 picture CF2220160244  ·  3Comments