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 have been working on object detection, using node Cloud-annotations-GPU. Everything worked great with the model I previously upload (and still does). But now, I have a new model, which is trained in the same way as the previous one (using Cloud Annotations and Google Colab) but it throws me an error now:
Warning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 37)
Does anyone have any idea how could I solve this problem? I would be very grateful :D
Thanks in advance
Matea