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

resnet50 --use_fp16 error: cuDNN launch failure : input shape ([128,112,112,64]) #518

Open
anefischer opened this issue Jul 30, 2021 · 0 comments

Comments

@anefischer
Copy link

3090 and following versions:
Windows 10
python 3.9.5
tensorflow 2.5
CUDA 11.2.2 (path set)
CuDNN 8.1

fp32 works:
python tf_cnn_benchmarks.py --num_gpus=1 --batch_size=128 --model=resnet50 --variable_update=parameter_server

fp16 not:
python tf_cnn_benchmarks.py --num_gpus=1 --batch_size=128 --model=resnet50 --variable_update=parameter_server --use_fp16
error:
Internal: cuDNN launch failure : input shape ([128,112,112,64])

@anefischer anefischer changed the title --use_fp16 error --use_fp16 error: cuDNN launch failure : input shape ([128,112,112,64]) Jul 31, 2021
@anefischer anefischer changed the title --use_fp16 error: cuDNN launch failure : input shape ([128,112,112,64]) resnet50 --use_fp16 error: cuDNN launch failure : input shape ([128,112,112,64]) Jul 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant