There is an Unicode error pickle file is unpickled into model_data in the following line
model data-pickle.load(open(dump_path,'rb'))
This is error:
UnicodeDecodeError: 'ascii' codec can't decode byte 0x82 in position 2: ordinal not in range(128)
Can you help with this
There is an Unicode error pickle file is unpickled into model_data in the following line
model data-pickle.load(open(dump_path,'rb'))
This is error:
UnicodeDecodeError: 'ascii' codec can't decode byte 0x82 in position 2: ordinal not in range(128)
Can you help with this