oabuhamdan
oabuhamdan
Hi, I am trying to create a stateless API but I am forced to use sessions since allauth requires session to work properly. I was able to not use sessions...
Fixes #ISSUE_NUMBER ## Description ## Checklist - [ ] The issue that is being fixed is referred in the description (see above "Fixes #ISSUE_NUMBER") - [ ] Only one issue...
Distributed View is not available, and I think due to this error ``` E0618 17:14:15.276058 131298609845824 loader.py:150] Number of communication kernels don't match between workers in run: gpu_resnet50_cifar10_ddp_batch512_precision32_nodes3 ``` **Data...
**Describe the bug** I installed deepspeed with pip install deepspeed and tried to use DeepSpeedCPUAdam but with this error ``` Exception ignored in: Traceback (most recent call last): File "/home/3458/pytorch/venv/lib/python3.11/site-packages/deepspeed/ops/adam/cpu_adam.py",...
### Describe the bug When a round encounters failures because of Grpc-Bridge is closed for one of the clients, the whole training stops. First, it wasn't doing evaluation after fitting....
### Describe the bug Hello, I had this issue, and I found the reason behind it after rounds of debugging (10 days of debugging), but now I need explanation, or...
### Type Feature ### Description Hello, In FedAvg strategy, creating custom configs with on_fit_config is called before sampling. ```python def configure_fit( self, server_round: int, parameters: Parameters, client_manager: ClientManager ) ->...