Boris Lestsov

Results 1 comments of Boris Lestsov

Same problem. Variable info has a field called "params", but if replace `if info['param']['no_bias'] == 'True':` with `if info['params']['no_bias'] == 'True':` i get another error: > if info['params']['no_bias'] == 'True':...