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
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| equivariance.py | ||
| frechet_inception_distance.py | ||
| inception_score.py | ||
| kernel_inception_distance.py | ||
| metric_main.py | ||
| metric_utils.py | ||
| perceptual_path_length.py | ||
| precision_recall.py | ||