-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Dear,
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
Metadata
Metadata
Assignees
Labels
No labels