megvii-research / NAFNet

The state-of-the-art image restoration model without nonlinear activation functions.
Other
2.18k stars 267 forks source link

Databricks: No error but no output #128

Open Meenakshi-10 opened 10 months ago

Meenakshi-10 commented 10 months ago

Hi, I tried running the model locally (using CPU only) but my memory ran out. So with the same source image I tried running it on databricks. I have stored the model file in DBFS. I updated the new model path in cog.yaml. There was no error, but it didn't perform the deblurring. After a bit of debugging, I noticed it stopped somewhere in the model.test() function. Any idea what's happening?