keras-unet-collection icon indicating copy to clipboard operation
keras-unet-collection copied to clipboard

Issue with using TPU of Unet model

Open yashchks87 opened this issue 2 years ago • 1 comments

Hello,

I tried using your model it works perfectly fine with GPU but when I try to use it with TPU in Colab and also GCP VM with TPU same error comes. Error name is Socket Closed. Let me know if you need any more explanation.

yashchks87 avatar Jun 22 '22 14:06 yashchks87

Try lowering your input size or batch size. Socket closed normally means you are overloading the TPU on colab

bomerzz avatar Jul 30 '22 07:07 bomerzz