My Pytorch model stop logging without error

Dear @ptrblck, I installed pytorch 1.5.0, when I run train.py this error occurs: Failed to import DCNv2 module.
to compile this module I need to run the below setup.py script python setup.py develop to make a cuda extension, however, it fails to compile. Could you please guide me what should I change in this script?