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
Thank you very much for your work.
I want to use your work in the tensorflow2.5. There are some problems.
The first is I remove the from keras.legacy import interfaces, which is not used in current keras version.(I don't see you use this function)
There is no module name, InputSpec.
When I import InputSpec by from tensorflow.keras.layers import InputSpec, there is a warning.
The following Variables were used a Lambda layer's call (tf.nn.bias_add), but
are not present in its tracked objects:
<tf.Variable 'discriminator_ConvSN2D_1/bias:0' shape=(64,) dtype=float32>
It is possible that this is intended behavior, but it is more likely
an omission. This is a strong indication that this layer should be
formulated as a subclassed Layer rather than a Lambda layer.```
Looking forward to your reply. Thank you very much.
Best regards
The text was updated successfully, but these errors were encountered:
Dear,
Thank you very much for your work.
I want to use your work in the tensorflow2.5. There are some problems.
from keras.legacy import interfaces
, which is not used in current keras version.(I don't see you use this function)from tensorflow.keras.layers import InputSpec
, there is a warning.The text was updated successfully, but these errors were encountered: