All Projects → oovm → WLNet-ModelZoo

oovm / WLNet-ModelZoo

Licence: other
No description or website provided.

Programming Languages

Mathematica
289 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to WLNet-ModelZoo

SR Framework
A generic framework which implements some famouts super-resolution models
Stars: ✭ 54 (+217.65%)
Mutual labels:  model-zoo
EduCDM
The Model Zoo of Cognitive Diagnosis Models, including classic Item Response Ranking (IRT), Multidimensional Item Response Ranking (MIRT), Deterministic Input, Noisy "And" model(DINA), and advanced Fuzzy Cognitive Diagnosis Framework (FuzzyCDF), Neural Cognitive Diagnosis Model (NCDM) and Item Response Ranking framework (IRR).
Stars: ✭ 48 (+182.35%)
Mutual labels:  model-zoo
Paddle-Image-Models
A PaddlePaddle version image model zoo.
Stars: ✭ 131 (+670.59%)
Mutual labels:  model-zoo
scene-recognition-pytorch1.x
Evaluate wandb, tensorboard, neptune, mlflow, etc
Stars: ✭ 37 (+117.65%)
Mutual labels:  model-zoo
Open model zoo
Pre-trained Deep Learning models and demos (high quality and extremely fast)
Stars: ✭ 2,925 (+17105.88%)
Mutual labels:  model-zoo
Nanodet
⚡Super fast and lightweight anchor-free object detection model. 🔥Only 980 KB(int8) / 1.8MB (fp16) and run 97FPS on cellphone🔥
Stars: ✭ 3,640 (+21311.76%)
Mutual labels:  model-zoo
Kaolin
A PyTorch Library for Accelerating 3D Deep Learning Research
Stars: ✭ 2,794 (+16335.29%)
Mutual labels:  model-zoo

NeuralNetworks-Zoo

NeuralNetworks Release Vision Models Repo Size

Formats

You can download these awesome models in https://m.vers.site/NetModel/

There exist the following format:

  • *.WLNet format

Standard Wolfram Neural Networks model, support for version upgrade sequences

Can be exported directly to ONNX format

  • *.WXF format

If the model is more complicated, then the official function is a bit stretched.

This is the extended model using DeepMath, you must install DeepMath then you can use them normally.

PacletInstall@"https://github.com/Moe-Net/DeepMathFantasy/releases/download/v0.1.0/DeepMath-0.1.0.paclet";
<< DeepMath`;
DeepMath`Tools`LayersRegister[];

This situation can also be exported directly to ONNX format.

But I don't offer a promise of backward compatibility

  • *.APP format

If the model consists of multiple parts and uses complex operations, then this format is used

Unfortunately, this case cannot be converted to ONNX format.

Request

If you really like a fantasy model, but this model doesn't have the ONNX format, then you can make a Request on the issue page.

I will try my best to convert that model.

Contribution

All Pull Requests are welcome!

You can add readme, introduce interesting usage examples, build unit tests, fix wrong references, etc.

Never upload images!

You can use an external link URL like https://sm.ms/ in markdown

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].