Shortcuts

write_file

torchvision.io.write_file(filename: str, data: Tensor) None[source]

Writes the contents of an uint8 tensor with one dimension to a file.

Parameters:
  • filename (str) – the path to the file to be written

  • data (Tensor) – the contents to be written to the output file

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources