Li Yipeng

Results 5 issues of Li Yipeng

### 1. Issue or feature description When I run my code (just basic code from pytorch tutorial), they all have the similar errors "RuntimeError: CUDA error: no kernel image is...

First, thanks for the code, which helps me a lot. But when reading the function `separate_data` in the file *./dataset/utils/dataset_utils.py*, I found `if balance` is used in line 67-68. Though...

Recently, I find one new data partition strategy called Extended Dirichlet strategy ~~~ ours :), which could be added in this repo. It combines the two common partition strategies (i.e.,...

We update dataset_utils.py by adding Extended Dirichlet strategy. See [Issue 139](https://github.com/TsingZ0/PFL-Non-IID/issues/139), [partition](https://github.com/bird-two/convergence/blob/master/sim/data/partition.py).

Recently, I find one new data partition strategy called Extended Dirichlet strategy ~~~ ours :), which could be added in this repo. It combines the two common partition strategies (i.e.,...

enhancement