Error in FineTuning the Model
nayeemiiitd opened this issue · 5 comments
nayeemiiitd commented
tynguyen commented
I guess the issue come when you set --batch_norm to be True.
Can you try not using batchnorm? When I trained the network, using batchnorm is inferior I set it off.
nayeemiiitd commented
I tried setting --use_batch_norm as False, but still the same error.
NBUWang commented
I have the same issue with nayeemiiitd.@nayeemiiitd
tyunist commented
Hi there, this bug has been fixed!
Thanks
shangrongyang commented
Excuse me, when i run the homography_CNN_synthetic.py
I had meet the error : TypeError: cannot create weak reference to 'builtin_function_or_method' object
Do you know how to solve this problem?