datamagic2020 / Emotion_detection_with_CNN

Apache License 2.0
55 stars 84 forks source link

Json file encoding issue #4

Closed nikhiil5 closed 7 months ago

nikhiil5 commented 7 months ago

when i am trying to train my model it shows return codecs.charmap_encode(input,self.errors,encoding_table)[0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeEncodeError: 'charmap' codec can't encode characters in position 23-42: character maps to forcing it to utf-8 encoding also doesn't help. Kindly look into this