normalizing-flows-tutorial
normalizing-flows-tutorial copied to clipboard
Got exception "__init__() got an unexpected keyword argument 'event_ndims'"
what exactly is the 'event_ndims'? how to fix this?
I think you need modify the definition of _inverse_log_det_jacobian like so:
def _inverse_log_det_jacobian(self, y, event_ndims=0):