You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main problem is your reference uses some old functions. Please update them.
Another problem is event_shape for BatchNormalization.
BatchNormalization is affected over the batch axis.
But event_shape in tfdTransformedDistribution usually demands the shapes without the batch axis.
I'm wondering if this transformation works correctly.
Thanks!
The text was updated successfully, but these errors were encountered:
Here is the colab about the Problem.
https://colab.research.google.com/gist/MokkeMeguru/055440bb1eefbe58badbfe81eab73409/batchnormalization_test.ipynb
The main problem is your reference uses some old functions. Please update them.
Another problem is
event_shape
for BatchNormalization.BatchNormalization is affected over the batch axis.
But
event_shape
intfdTransformedDistribution
usually demands the shapes without the batch axis.I'm wondering if this transformation works correctly.
Thanks!
The text was updated successfully, but these errors were encountered: