deeplake icon indicating copy to clipboard operation
deeplake copied to clipboard

Can I use hub in other frame like mindspore、paddlepaddle?

Open JohanOu opened this issue 4 years ago • 1 comments

If it is possible,how to code?

JohanOu avatar Jan 04 '22 13:01 JohanOu

Thanks @JohanOu for the feature request. We have currently no integrations with mindspore or paddlepaddle, but would love help in building one from the community.

Here are the steps that would be required

  1. first step would be to add an integration in https://github.com/activeloopai/Hub/tree/main/hub/integrations
  2. link inside the dataset class and the tensor class similar to .pytorch() or .numpy()
  3. build an example demonstrating the use case in https://github.com/activeloopai/examples

All following Contributing Guidelines

davidbuniat avatar Jan 04 '22 21:01 davidbuniat