-
## Description
I am following PySyft tutorials and I keep getting "RuntimeError: Websocket connection closed and creation of new connection failed." error when I use remote workers through websocke…
-
#### Description
Some of current components in Sedna Lib provide services independently based on different features. Each feature provides an independent interface and code structure, which is …
-
**What would you like to be added/modified**:
Neptune is an edge-cloud synergy AI project incubated in KubeEdge SIG AI. Benefiting from the edge-cloud synergy capabilities provided by KubeEdge, N…
-
## Description
When I repeat the experiment following the blog [《ENCRYPTED DEEP LEARNING CLASSIFICATION WITH PYTORCH & PYSYFT》](https://blog.openmined.org/upgrade-to-federated-learning-in-10-lines/…
-
```
#Now let's define our workers. You can either use remote workers or virtual workers
hook = sy.TorchHook(torch) # 373 return _detail(worker, simple_objects)
374
375
/usr/loca…
-
## Question
RuntimeError: input.size(-1) must be equal to input_size. Expected 200, got 0.
## Further Information
Hi everyone,
does anyone know a solution for this Error? I am trying to switch…
-
Model of resnet used -> https://github.com/kuangliu/pytorch-cifar
This resnet works fine in a non-federated scenario, but when i try to do federated learning it gives an error saying:
RuntimeError:…
-
-
I am curious whether -and if so how- federated learning is on the roadmap of this project. The term appears in a few locations in the wiki, but without much context.
The NVIDIA Clara project seems…
-
So, Im practicing federated learning with PyTorch, and I want to implement LSTM network for text generation.
Here is the network:
`
class LSTM(nn.Module):
def __init__(self, vocab_size, …
Adblu updated
4 years ago