Closed olesalscheider closed 5 years ago
@olesalscheider I tried executing the code on Colab with Tensorflow 1.14.0. But I did not get any error. Please take a look at gist of Colab. Thanks!
Oh, I forgot to mention: The code above used to work with older versions of Tensorflow (I think including 1.14.0). This is a regression in the current master branch (with tf2 API).
I am able to reproduce the issue with Tensorflow 2.0.0.beta1. Please take a look at gist here. Thanks!
I am getting the exact same error. Anybody have any way to fix this? I am using the nightly previews.
I believe this should be fixed in TF 2.0 RC 0. Closing this, but if you are still having issues please reopen this issue.
System information
Describe the current behavior When I try to save a BatchNormalization layer as in the example code it fails with the following error:
Describe the expected behavior Saving succeeds without error.
Code to reproduce the issue The following testcase can be used to reproduce the issue: