JittorMirror/doc/source/jittor.models.md

15 lines
312 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

jittor.models
=====================
这里是Jittor的骨干网络模块的API文档您可以通过`from jittor import models`来获取该模块。
```eval_rst
.. automodule:: jittor.models
:members:
:imported-members:
:undoc-members:
:exclude-members: ResNet,ShuffleNetV2,SqueezeNet,VGG
```