View source: R/vision_augment.R
IntToFloatTensor | R Documentation |
Transform image to float tensor, optionally dividing by 255 (e.g. for images).
IntToFloatTensor(div = 255, div_mask = 1)
div |
divide value |
div_mask |
divide mask |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.