Closed zsdqui closed 4 years ago
Thanks for bringing this to our attention! The root cause of this issue is a mismatch between the MAX_BATCH_SIZE
of TensorFlow Serving (set to 32 for T4 GPUs) and the TF_MAX_BATCH_SIZE
in the segmentation consumer (defaults to 64). After changing the latter from 64 to 32, the issue is resolved.
Describe the bug Utilizing the online deployment of DeepCell at DeepCell.org, the predict console returns and error as of 2 days ago.
To Reproduce Steps to reproduce the behavior:
Expected behavior Segmentation image (was working ~7-10 days ago).
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information): Safari 13.1 and Chrome 81.0.4044.138 on macOS
Additional context I've tried with and without auto-resizing and using images of different sizes as well with the same error.