bolon667

Results 5 issues of bolon667

Can you, please, implement feature to encode PNG in indexed mode.

**Quick and dirty fix** Comment this string ```python #print(model['encoder.history.weight']) ``` Add argument `weights_only=False` to torch.load ```python state = torch.load(args.i, map_location='cpu', weights_only=False) ```

How is written: ``` python3 tools/VocabConverter.py -raw $fairseqVocabPath -new $niutransVocabPath ``` Should be: ``` python3 tools/VocabConverter.py $fairseqVocabPath $niutransVocabPath ```

ModelConverter.py does not have `raw` and `new` arguments, and also requires placing a fairseq checkpoint in the folder.

### Page URL https://docs.flutter.dev/install/manual ### Page source https://github.com/flutter/website/blob/main/src/content/install/manual.md ### Describe the problem On **Linux Mint 22.2 Zara**, this command invalid `echo 'export PATH="$HOME/develop/flutter/bin:$PATH"' >> ~/.bash_profile` but this works perfectly `echo...

p2-medium
from.page-issue