Closed ruohuali closed 3 years ago
Hello, I have the same problem. How did you solve it?
I have the same question
HI, I am getting the same error when I tried to run the code. Any workaround?
I vaguely recall that it was a mistake about using wrong setup in config.py (I used test when it should be train or something like that).
Hello Why in train.py's optimizer definition _config is used instead of _config? `optimizer = torch.optim.SGD(model.parameters(), _config['optim'])
This caused error when I tried to run train.py
optimizer = torch.optim.SGD(model.parameters(), **_config['optim']) KeyError: 'optim' ` Thx for the help!