hhsecond

Results 18 comments of hhsecond

This issue still exists with the current master

For your current issue: You should use the binary from `torch.jit.save` instead of `torch.save`. Also, `torch.jit.save` expects you to pass a [torchscript](https://pytorch.org/docs/stable/jit.html) model.

Continuing this and #139, I have a plan to make a set of tutorial documentation at https://oss.redislabs.com/redisai/. These are the heads I am planning to cover. What do you think?...

@irthomasthomas That's an internal warning that says internally it's still using the tensor APIs. I would say don't bother about it for now and I understand how confusing that could...

It looks like your environment is broken or has some inconsistencies. Could you try installing lightning in a new environment (you don't need to install Pillow explicitly - just `pip...

It's happening because an internal GPU check using torch is failing (a check similar to `torch.cuda.is_available()` from python). Could you provide the steps you have used to build RedisAI?

Hi @irthomasthomas, Thanks for the issue. Let me have a look into the current master (We had few breaking changes in RedisAI which caused our example repo to break recently...

We need the nightly to get `torch2.0` support. Let's wait for the GA or the next release if there is any before GA