Interfacing Data: Revision history

From Master of Neuroscience Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 October 2025

  • curprev 09:4809:48, 21 October 2025 Davrot talk contribs 3,648 bytes +3,648 Created page with "We need to handle our data and make it accessible for PyTorch. Questions to [mailto:davrot@uni-bremen.de David Rotermund] There are options to interface your data. == [https://pytorch.org/docs/stable/data.html#torch.utils.data.TensorDataset torch.utils.data.TensorDataset] == <syntaxhighlight lang="python">CLASS torch.utils.data.TensorDataset(*tensors)</syntaxhighlight><blockquote>Dataset wrapping tensors. Each sample will be retrieved by indexing tensors along the fi..." Tag: Visual edit