回答編集履歴

1

追加

2021/07/27 09:37

投稿

退会済みユーザー
test CHANGED
@@ -1,3 +1,5 @@
1
1
  SyntaxError: Non-ASCII character '\xe3' in file hdrcnn_predict.py on line 3, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
2
2
 
3
3
  のエラーが出てJupyter nootbookを使うと思いましたが、コメントを日本語にしていたためできなかっただけでした。
4
+
5
+ 日本語のコメントの場合の# -*- coding: utf-8 -*-をつけました。