Scalsol / mega.pytorch

Memory Enhanced Global-Local Aggregation for Video Object Detection, CVPR2020
Other
565 stars 115 forks source link

How to run the codes without apex #44

Open HzZHoO opened 4 years ago

HzZHoO commented 4 years ago

Due to some reasons, I cannot install the full apex and only install the "Python-only build" version. Then I met the RuntimeError as below. image

How can I run the codes without apex? Thank you.

Scalsol commented 4 years ago

You could search and delete the apex package everywhere it appears then you could run without apex. Actually this codebase has nothing to do with apex so everything would be just fine.

HzZHoO commented 4 years ago

You could search and delete the apex package everywhere it appears then you could run without apex. Actually this codebase has nothing to do with apex so everything would be just fine.

Thanks for your help~