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
{{ message }}
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.
I notice that caffe model was loaded well, but it crashed at scores = caffe_preprocess_and_compute(image_data, caffe_transformer=caffe_transformer, caffe_net=nsfw_net, output_layers=['prob']).
It still reboots when I switch to caffe.set_mode_cpu().
Is there anything that I can do? Thank you.
The text was updated successfully, but these errors were encountered:
My PC gets rebooted automatically.
I notice that caffe model was loaded well, but it crashed at
scores = caffe_preprocess_and_compute(image_data, caffe_transformer=caffe_transformer, caffe_net=nsfw_net, output_layers=['prob'])
.It still reboots when I switch to
caffe.set_mode_cpu()
.Is there anything that I can do? Thank you.
The text was updated successfully, but these errors were encountered: