Kyle Kastner
Results
1
issues of
Kyle Kastner
I get a syntax error using old Python 2.7 due to double splat unpacking in _scipy_func at this line: ``` obj = objective_function(*torch_vars, *args) ``` A fix that worked for...