Skip to content
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

Is there a proper way to retrieve a tensor from the cache? #108

Open
wibox opened this issue Dec 2, 2023 · 1 comment
Open

Is there a proper way to retrieve a tensor from the cache? #108

wibox opened this issue Dec 2, 2023 · 1 comment

Comments

@wibox
Copy link

wibox commented Dec 2, 2023

I'm trying to make federated averaging work inside RedisAI itself. The biggest problem seems to be that none of the simplest operations required to perform such algorithm - i.e. creating an optimizer, making it load a precise state and doing a step for each round - seems to be working due to some pathetic torchscript compilation issue, which i clearly do not properly understand. Isn't there a way to avoid passing a torchscript to the cache from a string? Also, where can i find more documentation related to what torchscript can or cannot do? Pytorch official documentation would be more useful if it was non existent. Also, is there any documentation related to the redis.execute() API? I'm opening this issue out of 2 weeks of pure frustration. Sorry about the thousand questions.

@alonre24
Copy link
Collaborator

alonre24 commented Dec 6, 2023

Hi,
I'm sorry to hear about your frustration, but the RedisAI project is no longer maintained...
If you want to share what you are trying to do, including the torch script that you are using and the errors that you get, I can try to help (but I can't promise anything at the moment...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants