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?
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?