deeplake
deeplake copied to clipboard
Can I use hub in other frame like mindspore、paddlepaddle?
If it is possible,how to code?
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
- first step would be to add an integration in https://github.com/activeloopai/Hub/tree/main/hub/integrations
- link inside the dataset class and the tensor class similar to
.pytorch()or.numpy() - build an example demonstrating the use case in https://github.com/activeloopai/examples
All following Contributing Guidelines