Kim Roland Rasmussen

Results 2 comments of Kim Roland Rasmussen

Have your tried something like this? ``` private Tensor BitmapToTensor(Bitmap bitmap) { var bytes = bitmap.ToRawPixelsByteArray(pixelFormat); var tensor = new NDArray(bytes, new Shape(1, bitmap.Height, bitmap.Width, tensorDepth), TF_DataType.TF_UINT8); return tensor; }...

> @Oceania2018 where is the use to have a massive & complex ML-library if u can't save/load anything u trained for hours. if that's actually the case, the whole project...