500 : Internal Server Error

After installing the tensorflow-gpu environment, open the jupyter notebook, and an error is reported when entering the ipynb file. . .

 The versions of python and tensorflow-gpu do not match. Create an environment without python. When installing tensorflow, it will automatically match the corresponding version of python.

conda create -n tensorflow-gpu (environment name)

conda install tensorflow-gpu (specify version==2.6.0)

conda install jupyterlab

Guess you like

Origin blog.csdn.net/qq_40108803/article/details/129166652