stylegan3/metrics
Janne Hellsten 583f2bdd13 Remove UTF-8 byte order markers (BOMs)
BOMs barf on UTF-8 decoding within PyTorch:

    File "D:\Soft\Miniconda3\lib\site-packages\torch\utils_cpp_extension_versioner.py", line 16, in hash_source_files
    hash_value = update_hash(hash_value, file.read())
    UnicodeDecodeError: 'gbk' codec can't decode byte 0xbf in position 2: illegal multibyte sequence

Should fix #10, #14
2021-10-13 13:00:26 +03:00
..
__init__.py Remove UTF-8 byte order markers (BOMs) 2021-10-13 13:00:26 +03:00
equivariance.py Remove UTF-8 byte order markers (BOMs) 2021-10-13 13:00:26 +03:00
frechet_inception_distance.py Remove UTF-8 byte order markers (BOMs) 2021-10-13 13:00:26 +03:00
inception_score.py Remove UTF-8 byte order markers (BOMs) 2021-10-13 13:00:26 +03:00
kernel_inception_distance.py Remove UTF-8 byte order markers (BOMs) 2021-10-13 13:00:26 +03:00
metric_main.py Remove UTF-8 byte order markers (BOMs) 2021-10-13 13:00:26 +03:00
metric_utils.py Remove UTF-8 byte order markers (BOMs) 2021-10-13 13:00:26 +03:00
perceptual_path_length.py Remove UTF-8 byte order markers (BOMs) 2021-10-13 13:00:26 +03:00
precision_recall.py Remove UTF-8 byte order markers (BOMs) 2021-10-13 13:00:26 +03:00