Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
userhr2333 opened this issue Apr 19, 2021 · 2 comments
Labels
question Further information is requested

Comments

@userhr2333
Copy link

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

@voldemortX
Copy link
Owner

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

@userhr2333
Copy link
Author

Thank you, I will try again to reinstall apex

@voldemortX voldemortX added the question Further information is requested label Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants