-
Notifications
You must be signed in to change notification settings - Fork 713
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
KeyError: u'key' #10
Comments
Can you provide the error log about this? |
@tobegit3hub thanks for help , the error log as follow: |
I think we have changed By the way, I recommend you to use the high-performance gRPC service instead of the HTTP service. |
when i send post request to /cancer_predict/predict/, occur error like this:
File "/Users/terry/Downloads/deep_recommend_system-master/http_service/cancer_predict/views.py", line 38, in predict feed_dict[v] = np.array(examples[k])
i print
examples
value:{u'features': u'10,10,10,8,6,1,8,9,1;6,2,1,1,1,1,7,1,1'}
and (k, v) valuek:features, v:Placeholder:0
;how can i fix the error, thanks for help~
The text was updated successfully, but these errors were encountered: