Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to load the model #14

Open
asr-aditya opened this issue May 22, 2019 · 2 comments
Open

Not able to load the model #14

asr-aditya opened this issue May 22, 2019 · 2 comments

Comments

@asr-aditya
Copy link

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 '

@joeSIX
Copy link

joeSIX commented Jul 26, 2019

I get the same in Ubuntu

@i-am-manish
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants