■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
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
■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
Register as a new user and use Qiita more conveniently
Go to list of users who liked