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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. For more information about Guild AI Gist based repositories, see Guild AI - Gists.
OlderNewer