imxieyi / waifu2x-ios-model-converter

Apache License 2.0
48 stars 3 forks source link

OmniSR Support #8

Closed mslmn closed 7 months ago

mslmn commented 7 months ago

Is it possible to add OmniSR support to the converter? I'd like to be able to convert this model

4x_MangaJaNai_V1_RC16_OmniSR_100k.pth

imxieyi commented 7 months ago

Unfortunately it's not currently possible to convert OmniSR to Core ML:

ValueError: Core ML only supports tensors with rank <= 5. Layer "x.9", with type "reshape", outputs a rank 6 tensor. 
mslmn commented 7 months ago

That's a shame but thanks for trying.