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.py is not working #8

Open
noppelmax opened this issue Jan 12, 2022 · 1 comment
Open

train.py is not working #8

noppelmax opened this issue Jan 12, 2022 · 1 comment

Comments

@noppelmax
Copy link

Hey together,

i run

(myenv) mnoppel@srv:~/projects/MalConv-Pytorch$ python3 train.py config/example.yaml 123
Usage: python3 run_exp.py <config file path> <seed>

like explained in the readme.md.

Any idea what might be wrong?

Kind regards,
Max

@DogmaF
Copy link

DogmaF commented Mar 30, 2022

We had the same problem. This fixed it:

In train.py: change line 21 to have this Loader bit: conf = yaml.load(open(config_path,'r'), Loader=yaml.Loader)

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

2 participants