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 have an interest to work on your system and also want to add some changes in it. But while running the quanta.py code it throws an error like below.
File "C:/Users/admin/final_destination/qanta/qanta.py", line 159, in
orig_We = pickle.load(open(args['We'], 'rb'))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xb0 in position 0: ordinal not in range(128)
It can be solved by decoding it using UTF-8 . The command decode(UTF-8) .
The problem is where i have to put this code to rectify the error . Please solve it as soon as possible.
The text was updated successfully, but these errors were encountered:
I have an interest to work on your system and also want to add some changes in it. But while running the quanta.py code it throws an error like below.
File "C:/Users/admin/final_destination/qanta/qanta.py", line 159, in
orig_We = pickle.load(open(args['We'], 'rb'))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xb0 in position 0: ordinal not in range(128)
It can be solved by decoding it using UTF-8 . The command decode(UTF-8) .
The problem is where i have to put this code to rectify the error . Please solve it as soon as possible.
The text was updated successfully, but these errors were encountered: