DST-CBC icon indicating copy to clipboard operation
DST-CBC copied to clipboard

A warning appears during the running of the program, will this affect the accuracy?

Open userhr2333 opened this issue 3 years ago • 2 comments

Warning: multi_tensor_applier fused unscale kernel is unavailable, possibly because apex was installed without --cuda_ext --cpp_ext. Using Python fallback. Original ImportError was: ModuleNotFoundError("No module named 'amp_C'",)

The version of pytorch I installed is 1.2.0 and the version of torchvision is 0.4.0,and the version of apex is 0.1

userhr2333 avatar Apr 19 '21 03:04 userhr2333

Your apex installation could be incorrect. Although it is only a warning, I am not sure if this won't affect mix precision training.

voldemortX avatar Apr 19 '21 03:04 voldemortX

Thank you, I will try again to reinstall apex

userhr2333 avatar Apr 19 '21 03:04 userhr2333