Hello Joel,
Review of your updated notebook.
No corrections done for the points I mentioned in the above comments
- The only correction you did is where I gave you the direct codes but somehow that also was done incorrectly(probably I didn’t give you the complete solution for you to work on)
if v.name.startswith(‘WeightSharedConvolutionalBoxPredictor/WeightSharedConvolutionalBoxHead’) or v.name.startswith(‘WeightSharedConvolutionalBoxPredictor/WeightSharedConvolutionalClassHead’):
to_fine_tune.append(v)
- Below code should be before preprocess image codes
model.provide_groundtruth
Joel need effort from you. I am going through your notebook twice to make sure I am guiding you right, but seems like you are not even reading or going through all the pointers I mentioned you to go through.
The only correction you did where I gave you direct solutions.
Not good!!!
Put an effort again, try to do the corrections where you didn’t make any changes in the notebook as per feedback given to you before, or until then you will be stuck. The only reason I gave some direct solutions, because I felt it might tough to crack, but the other pointers are pretty direct.
Regards
DP