0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Unity備忘録 keras2onnxのインストール方法

Last updated at Posted at 2022-03-24

■PipのDLとインストール
macのターミナルにて、下記の2行を実行します。
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py

pipのインストールが完了したら、pipコマンドでkeras2onnxをインストールします。
pip install keras2onnx

公式サイト
https://github.com/onnx/keras-onnx

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?