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
Thanks a lot for sharing the code and it's really useful for me.
I have two questions about the code.
In function cvtColor (if len(np.shape(image)) == 3 and np.shape(image)[-2] == 3) should we change np.shape(image)[-2] == 3 to np.shape(image)[-1] == 3? I don't quite understand the meaning here.
I have run code with my own dataset and it has pretty good performance, however there was an overfitting. Is Earlystop a good way to avoid overfitting?
Looking forward to your answer. Thanks
The text was updated successfully, but these errors were encountered:
Thanks a lot for sharing the code and it's really useful for me.
I have two questions about the code.
Looking forward to your answer. Thanks
The text was updated successfully, but these errors were encountered: