You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

models.rst 498 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
12345678910111213141516171819202122232425262728293031323334
  1. API - Pretrained Models
  2. ================================
  3. TensorLayer provides many pretrained models, you can easily use the whole or a part of the pretrained models via these APIs.
  4. .. automodule:: examples.model_zoo
  5. .. autosummary::
  6. vgg16
  7. vgg19
  8. YOLOv4
  9. ResNet50
  10. vgg16
  11. ----------------------
  12. .. autofunction:: vgg16
  13. vgg19
  14. ----------------------
  15. .. autofunction:: vgg19
  16. YOLOv4
  17. ----------------
  18. .. autofunction:: YOLOv4
  19. ResNet50
  20. ----------------
  21. .. autofuncion:: ResNet50

TensorLayer3.0 是一款兼容多种深度学习框架为计算后端的深度学习库。计划兼容TensorFlow, Pytorch, MindSpore, Paddle.