安装Keras用于影像分割

 安装Keras用于影像分割_第1张图片

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 

你可能感兴趣的:(人工智能,深度学习)