conda create -n tfkeras2024 python=3.9.18
activate tfkeras2024
pip install tensorflow-gpu==2.9.0
pip install keras
pip install scipy
pip install ipykernel ipython
python -m ipykernel install --name tfkeras2024
删除环境conda remove -n tfkeras2024 --all