ARM-software / armnn

Arm NN ML Software. The code here is a read-only mirror of https://review.mlplatform.org/admin/repos/ml/armnn
https://developer.arm.com/products/processors/machine-learning/arm-nn
MIT License
1.17k stars 309 forks source link

Fix quick start guide example inputs #683

Closed kylesayrs closed 1 year ago

kylesayrs commented 2 years ago

This PR fixes the inputs for the quickstart example. Previously random_sample would create values < 1, which would all be rounded down to zero after casting to uint8. Now, randint creates integers between 0 and 255 fall in the ranges of inputs expected by the model.

morgolock commented 1 year ago

Hi @kylesayrs

Please see https://github.com/ARM-software/armnn#contributions

The code here on github is just a snapshot of https://review.mlplatform.org/admin/repos/ml/armnn

Please submit your patch to https://review.mlplatform.org/admin/repos/ml/armnn

If you experience any problems when submitting a patch please open a github issue and we will help you.