Tensorflow (Windows) - Himeyama/himeyama GitHub Wiki

注意: Python は 公式サイト からインストールすること。

python -m venv tensorflow-gpu
.\tensorflow-gpu\Scripts\activate
python -m pip install --upgrade pip
pip install --upgrade tensorflow-gpu==2.6.0
python -c "import tensorflow as tf;print(tf.reduce_sum(tf.random.normal([1000, 1000])))"