Closed Jorgvt closed 2 years ago
Might be a cause of the names of the layers not being set properly so it has repeated names and cannot save the model.
At least by now, this is fixed by putting the tf.Variable creation into the build method. By doing so, the name of the variables get prepended with the layer name
Might be a cause of the names of the layers not being set properly so it has repeated names and cannot save the model.