Dev record

SyntaxError: Non-ASCII character '\xce' in file /home/eddie/depth_estimation/monocular-depth-estimation/trainer.py on line 360, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

Barrer 2024. 7. 2. 15:46
반응형

 

인코딩 오류로 코드에 다음 한 줄을 추가한다.

# -*- coding: utf-8 -*-

# 나머지 코드...

 

 

반응형