tensor2image operation
abramvandergeest opened this issue · 1 comments
abramvandergeest commented
- tensor2image: Converts a mathematical tensor (i.e. an array of any number of dimentions, for an image usualy 3Ds used, x,y,color) into an image
- Input
- tensor [array]
- Params
- extenstion [string] - image type to convert too: jpg, png, bmp
- OutputType
- Input
abramvandergeest commented
PR #138