Description Usage Arguments Examples
View source: R/cleavageModelAndPrediction.R
Make sure to have a dir called train and your picures in dirs in this dir. The pictures must be sorted so that a category of pics is in each subdir of the train dir. Ex, all cat pics in a sub dir called cats and all dog pics in a subdir called dogs.
1 | kerasCreateDataset_2d(homePath = "example/", pixels = 28)
|
homePath |
Path to your working directory |
pixels |
Desired pixel size of the images |
1 | kerasCreateDataset_2d(homePath = "keras/3categories/", pixels = 28)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.