-
## 🐛 Bug
Hello,
I try to run a Federated Learning task on MNIST using Opacus, but I get "ValueError: Per sample gradient is not initialized. Not updated in backward pass?" error. This bug has been…
xdroc updated
2 years ago
-
当前在apple m1上docker build,发现cuda无法兼容,然后miniconda版本也需要是aarch版本。
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
Support the new 768x768 model 2.0 fro…
-
### News
- Conferences
- CVPR 2022: 6.19 ~ 24
- EMNLP 2022: 모두들 수고 많으셨습니다.
- [E2V-SDE 논문 표절 이슈](https://twitter.com/e2v_sde_parody/status/1540087877308239874)
### ArXiv
- [Scaling Autoregr…
-
I want to do Federated learning Quantization using PyTorch. I followed some tutorials for centralized learning and tried to apply torch.quantization.quantize_fx to federated learning, but I got this e…
-
Integrate example of [PyTorch Lightning](https://www.pytorchlightning.ai) use-case in Federated Learning setup using OpenFL.
-
**Describe the bug**
In the keras-backend nn model, it does not aggregate(send) all the trainable params. This will make Homo-Federated-Learning less effective. **The pytorch-backend nn does not have…
-
### 🚀 The feature, motivation and pitch
## Infeasibility of Frequent Global Synchronization
Nowadays powerful industry users (not necessarily in FAANG) like Cruise, Microsoft, and Tesla are moving…
wayi1 updated
2 years ago
-
## Description
Map out the initial basic custom tensor classes and their relationship with each other.
```
class SyftTensor():
def __init_(self, child):
self.child = child
de…
-
Hi All,
I am trying to run the quickstart Pytorch example from the Flower Git on gramine. The environment is Microsoft Azure. I have tested gramine on it before and was successfully able to run the…