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
UserWarning: Error in loading the saved optimizer state. As a result, your model is starting with a freshly initialized optimizer.
warnings.warn('Error in loading the saved optimizer '
The text was updated successfully, but these errors were encountered:
UserWarning: Error in loading the saved optimizer state. As a result, your model is starting with a freshly initialized optimizer.
warnings.warn('Error in loading the saved optimizer '
from lines 35 to 39, use this (opening 2 videocaptures at a time is causing the crash) . . .
.
.
.
cv2.namedWindow('window_frame')
#video_capture = cv2.VideoCapture(0)
cap = cv2.VideoCapture(0)
while cap.isOpened(): # True:
.
.
.
UserWarning: Error in loading the saved optimizer state. As a result, your model is starting with a freshly initialized optimizer.
warnings.warn('Error in loading the saved optimizer '
The text was updated successfully, but these errors were encountered: