Hair_Segmentation_Keras icon indicating copy to clipboard operation
Hair_Segmentation_Keras copied to clipboard

KeyError: 'outputs'

Open AkimZay opened this issue 4 years ago • 1 comments

Hello

When I send the image to the server, I get the following error:

Results from server: {'error': 'ConcatOp : Dimensions of inputs should match: shape[0] = [1,28,28,256] vs. shape[1] = [1,32,32,256]\n\t [[{{node concatenate_1/concat}}]]'}

Traceback (most recent call last): File ".\client.py", line 30, in result_img = np.asarray(results['outputs'][0])*255 KeyError: 'outputs'

Could tell how to fix it?

AkimZay avatar Apr 09 '20 15:04 AkimZay

same issue

Sasha95 avatar May 18 '23 11:05 Sasha95