You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hava an error while running the hico.py. The error message as follow: data = pickle.load(open(os.path.join(self.root, '{}.p'.format(sequence_id)), 'rb')) UnicodeDecodeError: 'ascii' codec can't decode byte 0xf0 in position 14: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
I hava an error while running the hico.py. The error message as follow:
data = pickle.load(open(os.path.join(self.root, '{}.p'.format(sequence_id)), 'rb'))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf0 in position 14: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: