MalConv-Pytorch
MalConv-Pytorch copied to clipboard
train.py is not working
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
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)