-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specifying patch size in Node crashes #356
Comments
I have the same problem.. is there a fix for this??? |
@goldenjayr not yet, still investigating as to why this happens. |
The issue appears to be related to this: tensorflow/tfjs#6125 Specifically, the behavior of concatenating tensors differs in TFJS between the browser and Node. I am attempting to refactor the code to avoid the TFJS bug. |
This should be fixed and released as If you're still seeing issues @goldenjayr please feel free to re-open. |
Using the Div2k 3x model from
@upscalerjs/esrgan-legacy
, a Node implementation crashes if provided a patch size smaller than the image (128px).Error
Code
The text was updated successfully, but these errors were encountered: