Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

regnet.rst 878 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
  1. RegNet
  2. ======
  3. .. currentmodule:: torchvision.models
  4. The RegNet model is based on the `Designing Network Design Spaces
  5. <https://arxiv.org/abs/2003.13678>`_ paper.
  6. Model builders
  7. --------------
  8. The following model builders can be used to instantiate a RegNet model, with or
  9. without pre-trained weights. All the model builders internally rely on the
  10. ``torchvision.models.regnet.RegNet`` base class. Please refer to the `source code
  11. <https://github.com/pytorch/vision/blob/main/torchvision/models/regnet.py>`_ for
  12. more details about this class.
  13. .. autosummary::
  14. :toctree: generated/
  15. :template: function.rst
  16. regnet_y_400mf
  17. regnet_y_800mf
  18. regnet_y_1_6gf
  19. regnet_y_3_2gf
  20. regnet_y_8gf
  21. regnet_y_16gf
  22. regnet_y_32gf
  23. regnet_y_128gf
  24. regnet_x_400mf
  25. regnet_x_800mf
  26. regnet_x_1_6gf
  27. regnet_x_3_2gf
  28. regnet_x_8gf
  29. regnet_x_16gf
  30. regnet_x_32gf
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...