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

utils.rst 407 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
  1. .. _utils:
  2. Utils
  3. =====
  4. The ``torchvision.utils`` module contains various utilities, mostly :ref:`for
  5. visualization <sphx_glr_auto_examples_others_plot_visualization_utils.py>`.
  6. .. currentmodule:: torchvision.utils
  7. .. autosummary::
  8. :toctree: generated/
  9. :template: function.rst
  10. draw_bounding_boxes
  11. draw_segmentation_masks
  12. draw_keypoints
  13. flow_to_image
  14. make_grid
  15. save_image
Tip!

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

Comments

Loading...