Datasets - PyTorch
pytorch.org › vision › masterLearn about PyTorch’s features and capabilities. Community. Join the PyTorch developer community to contribute, learn, and get your questions answered. Developer Resources. Find resources and get questions answered. Forums. A place to discuss PyTorch code, issues, install, research. Models (Beta) Discover, publish, and reuse pre-trained models
Processing large dataset - data - PyTorch Forums
discuss.pytorch.org › t › processing-large-datasetMar 08, 2022 · Hello, I’m working on creating a Dataset on roughly 100,000 graph samples I’ve created using pytorch geometric’s libraries. I roughly followed the guide here: Creating Your Own Datasets — pytorch_geometric 2.0.4 documentation. My data in total, after preprocessing, weighs roughly 14G so I think this is probably too large to be an InMemoryDataset so I opted to work on it as a regular ...