ml
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* tensorflow [#m5904fcd]
**setup [#c6d26907]
- 1.15
python3 -m venv tf115
. tf115/bin/activate
pip install -upgrade pip
pip install tensorflow-cpu
- 2.0
python3 -m venv tf20
. tf20/bin/activate
pip install -upgrade pip
pip install tensorflow
終了行:
* tensorflow [#m5904fcd]
**setup [#c6d26907]
- 1.15
python3 -m venv tf115
. tf115/bin/activate
pip install -upgrade pip
pip install tensorflow-cpu
- 2.0
python3 -m venv tf20
. tf20/bin/activate
pip install -upgrade pip
pip install tensorflow
ページ名: