-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fill in architecture compatibility data #56
Comments
Can we call pytorch/onnx/ncnn frameworks and not architectures please |
I called them platforms. export type Platform = 'pytorch' | 'onnx' | 'ncnn'; Archs are e.g. ESRGAN. Or in general, the |
You used architecture in the issue post |
Fixed. |
With #235, we just need to test EDSR (SRResNet), which we currently can't do because chainner doesn't support it. Also, we (speak @theflyingzamboni) are currently working on NCNN for SPSR. This should be possible, but there seems to be an issue with our conversion code. See our private conversation on discord. |
This file is incomplete, I think. Check that the compatibility data is correct and fill in any gaps.
Compatibility means that any model of that architecture can be converted to the compatible platforms.
The text was updated successfully, but these errors were encountered: