OpenModelDB / open-model-database

An open and free database for AI models
https://openmodeldb.info
GNU General Public License v3.0
297 stars 33 forks source link

Fill in architecture compatibility data #56

Open RunDevelopment opened 1 year ago

RunDevelopment commented 1 year ago

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.

joeyballentine commented 1 year ago

Can we call pytorch/onnx/ncnn frameworks and not architectures please

RunDevelopment commented 1 year ago

I called them platforms.

export type Platform = 'pytorch' | 'onnx' | 'ncnn';

Archs are e.g. ESRGAN. Or in general, the architecture field of models.

joeyballentine commented 1 year ago

You used architecture in the issue post

RunDevelopment commented 1 year ago

Fixed.

RunDevelopment commented 1 year ago

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.