-
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
Removing torch from Adila's pipeline #64
Comments
Hi @edwinpaul121 , hope you are doing well. I assigned this new side-task to you for the moment. Let me know if you have any questions. I'll send you another one soon. |
Hi @Hamedloghmani, just to clarify, we're trying to load .pred files created using PyTorch in OpeNTF, using another library that we may already be using in our pipeline or can it be any other library that is a bit more lightweight than PyTorch? |
Hi @edwinpaul121 , |
Hi @Hamedloghmani hope you're doing well,
|
Hi @edwinpaul121 |
In Adila, we are using torch library just to load our .pred files. Using just a small function from a big toolkit is not desirable since being lightweight is one of our goals in Adila's development. We are looking for an alternate tool to remove torch from pipeline and use that library or toolkit instead for loading .pred files. Note that .pred files are PyTorch model predictions (e.g outputs of OpeNTF).
The text was updated successfully, but these errors were encountered: