© 2025 Tango
粤ICP备2025407336号
conda create -n tf python=3.10 -y conda activate tf
pip install "numpy<2.0"
python -m pip install "tensorflow<2.11"
python -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"