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 1 year has passed since last update.

Yolactで学習が強制終了し、json.decoder.jsondecodeerror:expecting value: line 1 column 1 (char 0) というエラーが出て学習ができなくなった時の対処法

Posted at

成り行き

yolactで学習中、batch_sizeがデカすぎたのかどうかはわからないが、pcが耐えきれず強制的に再起動になった。その後学習を再開しようとすると、
json.decoder.jsondecodeerror:expecting value: line 1 column 1 (char 0)
というエラーが出て学習できなくなってしまった。

原因

yolactフォルダの中のlogsフォルダにyolact_base.logファイル(私の場合)がある。それが前回の学習記録であり、それが原因のようだ。

解決方法

yolact_base.logファイルを消せばよい

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?