Emotion icon indicating copy to clipboard operation
Emotion copied to clipboard

Not able to load the model

Open asr-aditya opened this issue 6 years ago • 2 comments

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 '

asr-aditya avatar May 22 '19 07:05 asr-aditya

I get the same in Ubuntu

joeSIX avatar Jul 26 '19 18:07 joeSIX

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: . . .

i-am-manish avatar Sep 07 '19 12:09 i-am-manish