Skip to content
Snippets Groups Projects
Select Git revision
  • 9db1fd680a67c3b50930fac6a9f9b9fa0aef15b7
  • master default protected
2 results

traincam

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    James B. Pollack authored and Jeff Wu committed
    This fixes https://github.com/openai/gpt-2/issues/26
    
    ```  File "C:\Users\James Pollack\Desktop\gpt-2\src\encoder.py", line 112, in get_encoder
        bpe_data = f.read()
      File "C:\Anaconda\envs\gpt-2\lib\encodings\cp1252.py", line 23, in decode
        return codecs.charmap_decode(input,self.errors,decoding_table)[0]
    UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 66951: character maps to <undefined>```
    2d0b6222
    History
    Name Last commit Last update