Exception has occurred: UnicodeDecodeError
'ascii' codec can't decode byte 0xeb in position 2: ordinal not in range(128)
Hi vonfeng,when I execute data = pickle.load(open(self.data_path + self.data_name + '.pk', 'rb'))
it occur the exception.Could you please tell me the reason and how to load the data correctly? thanks