View source: R/cycleGAN_models.R
load_dataset | R Documentation |
A helper function for getting a DataLoader for images in the folder 'test_path', with batch size 'bs', and number of workers 'num_workers'
load_dataset(test_path, bs = 4, num_workers = 4)
test_path |
test path (directory) |
bs |
batch size |
num_workers |
number of workers |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.