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
I am getting this error when I am loading my trained checkpoints. Please help me to overcome this. AssertionError: Some objects had attributes which were not restored:
<tf.Variable 'Conv2d_1a_3x3/kernel:0' shape=(3, 3, 3, 32) dtype=float32, numpy
The function I have used:
def loadModel():
model = Facenet.InceptionResNetV2(dimension = 512)
model.load_weights('20230502-113715/model-20230502-113715.ckpt-1016')
The text was updated successfully, but these errors were encountered:
I am getting this error when I am loading my trained checkpoints. Please help me to overcome this.
AssertionError: Some objects had attributes which were not restored:
<tf.Variable 'Conv2d_1a_3x3/kernel:0' shape=(3, 3, 3, 32) dtype=float32, numpy
The function I have used:
def loadModel():
model = Facenet.InceptionResNetV2(dimension = 512)
model.load_weights('20230502-113715/model-20230502-113715.ckpt-1016')
The text was updated successfully, but these errors were encountered: