Anson Chan

Results 3 comments of Anson Chan

You need to make sure your images format is supported by cv2 resize(). Converting all images to numpy uint8 solved the issue for me. In __getitem__(), add the conversion line...

@QuantumLiu I was running the code from the [SRGAN](https://github.com/tensorlayer/SRGAN) project. And setting tensorflow as backend within the SRGAN `train.py`: ```python os.environ['TL_BACKEND'] = 'tensorflow' ``` I used the pretrained tensorflow model...

I'm getting a similar `fetch failed` error for the weather widget. ``` 2025-03-22T09:44:03.907Z error: tRPC Error with query on 'widget.weather.atLocation': (INTERNAL_SERVER_ERROR) - fetch failed TypeError: fetch failed at node:internal/deps/undici/undici:13502:13 at...