前提・実現したいこと
https://shintarof.hatenablog.com/entry/2020/05/24/134541
このサイトの通りに実行をして、kmodelまで作りたい。
動かしている環境は
Debian
Python3.7
※ google colab上では動かしません。
axelerateのインストールで
■■以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
$ python ./axelerate/train.py -c ./configs/raccoon-colab.json Using TensorFlow backend. Traceback (most recent call last): File "./axelerate/train.py", line 170, in <module> setup_training(config_file=args.config) File "./axelerate/train.py", line 141, in setup_training config = json.loads(config_buffer.read()) File "/usr/lib/python3.7/json/__init__.py", line 348, in loads return _default_decoder.decode(s) File "/usr/lib/python3.7/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.7/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
試したこと
上のエラーメッセージが出る前は、matplotlib のバージョンが古いと出ていた。
次のコマンドを実施
$ sudo pip install -U matplotlib
補足情報(FW/ツールのバージョンなど)
自己解決しました。
raccoon-colab.jsonを
一度削除して再度編集しました。
その後、ファイル形式とエンコードを確認。
正常に動作しました。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。