CSAILVision / CSAILVision/places365
UnicodeDecodeError
- Dominant language
- Python
- Stars
- 2.1k
- Forks
- 538
- PR merge metrics
- No merged PRs in 30d
Description
Hi all! Running run_placesCNN_basic.py in this repository I run into this following error:
Traceback (most recent call last):
File "", line 4, in
File "/usr/local/lib/python3.5/dist-packages/torch/serialization.py", line 231, in load
return _load(f, map_location, pickle_module)
File "/usr/local/lib/python3.5/dist-packages/torch/serialization.py", line 379, in _load
result = unpickler.load()
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 875: ordinal not in range(128)
Any advice? Thanks in advance!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the failure with run_placesCNN_basic.py and inspect the torch.serialization.load call shown in the traceback. Trace which repository checkpoint or serialized data the script loads and verify the script completes without the UnicodeDecodeError. No specific test is mentioned; use the script's successful execution as the completion check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100