Francesco Pagano

Results 2 issues of Francesco Pagano

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...

Hi everyone, i'm testing redisAI within a simple test environmenet and i'm just trying to do very basic stuff for now. ``` scripted_network = torch.jit.script(network) scripted_network.save("my_model.pt") binary_model = open("./my_model.pt", "rb").read()...