Convert mx.nd.NDArray to Dataset

I am trying to convert on NDArray to a dataset. How can I do this?

Hi and welcome!

One way is to use ArrayDataset and you can checkout more info in the docs. In case of common vision datase, you can use any of the higher level APIs.