Skip to content

Instantly share code, notes, and snippets.

@dfalbel
dfalbel / parallel-dataloaders.R
Created July 29, 2021 13:57
Benchmark torch parallel dataloaders
library(torch)
dat <- dataset(
"mydataset",
initialize = function(time, size, len = 100 * 32) {
self$time <- time
self$len <- len
self$size <- size
},
.getitem = function(i) {

This is a Guild AI runs repository. To access runs, install Guild AI and run guild pull gist:dfalbel/denoising-diffusion-runs. For more information about Guild AI Gist based repositories, see Guild AI - Gists.

@dfalbel
dfalbel / [Guild AI] denoising.md
Created February 14, 2023 10:14
Guild AI Repository

This is a Guild AI runs repository. To access runs, install Guild AI and run guild pull gist:dfalbel/denoising. For more information about Guild AI Gist based repositories, see Guild AI - Gists.