gradhep / neos

Upstream optimisation for downstream inference
BSD 3-Clause "New" or "Revised" License
69 stars 5 forks source link

demo_training not fully executable #11

Closed andrzejnovak closed 4 years ago

andrzejnovak commented 4 years ago

_Config seems to be missing a param image

and the plotter does not match the network output shape image

image

phinate commented 4 years ago

Thanks -- good catch! This is me forgetting to turn something off I was experimenting with.

I'll push something by the end of the day, but for now if you want to use it, just change bounds in fit to m.config.suggested_bounds().

andrzejnovak commented 4 years ago

👍 cheers

You might want to consider adding papermill to test your notebooks before merging :)