Results 2 comments of Jun Ma

I also want to know. I can run the notebook code, get loss and grads, but I find that the loss doesn't backprop. By the way, how to save model...

I meet the same problem. there is no simple_pinhole model support in the code, so you can implement it by this: `def parse_parameters_dict(row): params = row['params'] model = row['model'] if...