Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

train problem #34

Open
6imust opened this issue Mar 17, 2022 · 0 comments
Open

train problem #34

6imust opened this issue Mar 17, 2022 · 0 comments

Comments

@6imust
Copy link

6imust commented Mar 17, 2022

Hello, data sets and processed data sets are not in the code   The specific errors are as follows  

(GAT) @.***:/workspace/SiamGAT-main/tools# python3 train.py
[2022-03-15 00:55:47,136-rk0-train.py#271] init done
Traceback (most recent call last):
  File "train.py", line 332, in <module>
    main()
  File "train.py", line 274, in main
    cfg.merge_from_file(args.cfg)
  File "/root/anaconda3/envs/GAT/lib/python3.6/site-packages/yacs/config.py", line 212, in merge_from_file
    cfg = self.load_cfg(f)
  File "/root/anaconda3/envs/GAT/lib/python3.6/site-packages/yacs/config.py", line 363, in load_cfg
    return cls._load_cfg_from_file(cfg_file_obj_or_str)
  File "/root/anaconda3/envs/GAT/lib/python3.6/site-packages/yacs/config.py", line 372, in _load_cfg_from_file
    return cls._load_cfg_from_yaml_str(file_obj.read())
  File "/root/anaconda3/envs/GAT/lib/python3.6/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 755: ordinal not in [range(128)]

thank you very much for your help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant