-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate IPFS loading from ipfs-lite-cpp library to load File formats for MNN #14
Comments
I'm working on this issue. |
Implement was done for Linux OS. |
Please refactor this. There is no reason this needs to be embedded in ipfs-lite-cpp, it should be its own library and when added to SuperGenius, it should hook itself into ipfs-lite-cpp, not be embedded in the library |
Update design description:
|
https://github.com/GeniusVentures/MNNLoader| |
PR was create: #32 |
MNN expects TensorFlow, etc to be converted to mnn format using the converter util. We should probably just have this done before it is sent out to clients for processing. Otherwise, the ASyncIOmanager can load any type of file from IPFS as is, so I think this is fine. |
Just a comment to see if github notifications go to element. Maybe move this do done @itsafuu |
After integrating MNN into thirdparty as a submodule, remove Kompute from the build and then integrate the loading through ipfs-lite-cpp to load the file formats MNN supports. I think there is the TensorFlow file format and others. Should be a wrapper around their file system loading code.
The text was updated successfully, but these errors were encountered: