Dominic Nguyen
Dominic Nguyen
I have the same question as well. I was wondering if the output image from the model is not the same size as the ground truth GAM then during training...
Works for me @ConteMan. Thanks a lot !!!
Adding below snippets in package.json works fix the issue for me ``` "resolutions": { "domino": "Haringat/domino#2721294c75334ece635dfc72cad0a3dede7391fb" } ``` 
I think we need to pass an extra key value in the POST body response Still haven't figure this out yet but doing something like [this](https://gist.github.com/taida957789/11037747) allowed me to create...
I have similar issue but seems related to some permission issue because I see some `403` when downloading the model ``` DEBUG gateway/rep-0@32033 starting warmup task for deployment clip_o DEBUG...
I am seeing this ``` use-register-period-sync.ts:36 Uncaught (in promise) DOMException: A requested file or directory could not be found at the time an operation was processed. ```
This issue seems to be only happening in Edge browser. The issue isn't on Chrome
I faced the same issue. Two things helped 1. Use app dir 2. include below in `serverExternalPackages` in next.config.js i.e ``` /** @type {import('next').NextConfig} */ const nextConfig = { serverExternalPackages:...