All seems to be wowrking fine, when i make the final training i get 0.91 loss, and when i run the comparaison cell i get:
237
(4,)
False
False
False
and later a 0.0 score
-What could be the problem ?
All seems to be wowrking fine, when i make the final training i get 0.91 loss, and when i run the comparaison cell i get:
237
(4,)
False
False
False
and later a 0.0 score
-What could be the problem ?
The problem could be in many places, as a starter there are quite a few posts about this assignment, check them first!
it’s working rn:
i had to replace :
checkpoint_path = ‘/content/models/research/object_detection/test_data/checkpoint/ckpt-0’
model
to the temporary model checkpointcheckpoint = {GRADER CODE REMOVED BY MODERATOR}
checkpoint.restore(checkpoint_path).expect_partial()### END CODE HERE ###
by:
checkpoint =tf.train.Checkpoint(model = detection_model)
tmp_model_checkpoint.restore(checkpoint_path).expect_partial()#diffrence here !!!11
Hi youssef, i get the same error. when i run the comparaison cell i get:
237
(4,)
False
False
False
and later a 0.0 score
could you please let me know where i am going wroong? thanks.
This post is a duplicate.
apologies, i am new to this platform. Hence not sure exactly how to raise the issue, My issue still remains. could someone look at my submission and let me know what needs to be corrected please?
I’m not a mentor for that course.
It would help if you post a screen capture image showing the detailed feedback from the grader.
I’ll close this thread, since it’s two years cold and no one is monitoring it.
You can post your grader feedback on your other thread (the one I just moved).