matching-networks-pytorch
matching-networks-pytorch copied to clipboard
ValueError: source code string cannot contain null bytes
File "mainOmniglot.py", line 1, in
open “data_loader.py” by vim, and you will find the “^@”, just delete them.
and if you use Pycharm or other IDEs, you can not observe this null byte.
from stackoverflow and worked -- sed -i 's/\x0//g' FILENAME