I recently sat the tensorflow developer exam (https://www.tensorflow.org/certificate) and encountered an error which I think may be a bug. I found a fix on this stackoverflow, but I can't comment on it to highlight it to prospective exam candidates (don't have enough reputation). Hopefullly I'll be able to save someone a bit of a headache in the exam situation.
I configured my environment as per exam recommendations for Windows10 on 01/12/20 (https://www.tensorflow.org/extras/cert/Setting_Up_TF_Developer_Certificate_Exam.pdf) Tensorflow 2.3.0 cuda 10.1.2 cudnn sdk 7.6.5 python 3.8.0 nvidia geforce 1060 driver 457.30
I cannot include the code which generated the error, as it is part of the exam.
Although my code executed properly in the console, when I clicked run on the exam starter scripts, I recieved the following error:
"
tensorflow.python.framework.errors_impl.InternalError: Blas GEMV launch failed: m=1, n=6 [[node sequential/dense/MatMul (defined at #######) ]] [Op:__inference_train_function_463]
Function call stack: train_function
Process finished with exit code 1 "