WJW

Results 15 issues of WJW

### ValueError? hi,when I tried your first tutorial "An Introduction to Federated Learning" in colab, an error showed up at "### Starting the training" here is the screenshot https://ppt.cc/fRA3Bx what...

question

Hello,when I ran `docker pull docker.pkg.github.com/mloptpsu/fedtorch/fedtorch:cuda10.2-mpi` in my docker,there's a problem ![err](https://user-images.githubusercontent.com/22851308/181340369-0adadab1-7f31-4609-bb17-c7e103ef6c61.PNG) do you have any ideas to solve it? Thanks.

您好,關於第十五章模型壓縮的部分內文有提到"一方面随着传输数据量的减少,能够有效降低网络传输的带宽消耗;另一方面,可以防止模型参数被窃取"......以及 "有效提升了系统的安全性" 請問是否有驗證這些說明的方法? 因為似乎只有看到壓縮一部分資料所得到的準確率,而沒有證明此方法確實可以保護隱私,等等的

Hi, could I run this code only in anaconda without docker?

Hello,when I tried to run this code and typed `pip3 install -r requirements.txt ` in my anaconda, an error showed up like this ![image](https://user-images.githubusercontent.com/22851308/195064150-c32dc7ae-abb5-45f1-93d5-a6e4554d0fd3.png) how do I solve it ?...

hello,when I tried` pip install -r requirements.txt` there is an error showed up ![err](https://user-images.githubusercontent.com/22851308/192619354-f464665a-eff9-4a89-be02-7c810a88d685.PNG) ![err1](https://user-images.githubusercontent.com/22851308/192619360-c83458f4-d2df-4929-a106-e6811be8b255.PNG) ![err2](https://user-images.githubusercontent.com/22851308/192619364-f7f23d9d-d8c0-45c7-beb7-4cbfe3dbc8d2.PNG) ![err3](https://user-images.githubusercontent.com/22851308/192619365-38ead5ce-1542-4885-b644-86272f9cbda2.PNG) ![err4](https://user-images.githubusercontent.com/22851308/192619368-7bd5403b-a7d1-426d-81d0-e162a7a641fb.PNG) ![err5](https://user-images.githubusercontent.com/22851308/192619370-8c262d2f-5b6d-4ebe-a2e4-c1b6d984574e.PNG) ![err6](https://user-images.githubusercontent.com/22851308/192619373-009a201f-170c-4989-bcf8-2091982fbcee.PNG) ![err7](https://user-images.githubusercontent.com/22851308/192619375-078ebd94-e87b-4f94-95d4-fb831fb52693.PNG) is there any ways to solve it ?

HI,when I finished build the environment and tried to run `python main.py --params configs/mnist_params.yaml`, there is a problem showed ![err](https://user-images.githubusercontent.com/22851308/182595012-d3b36a20-d360-45bc-bb30-926e5a97ce06.PNG) and I can't do anything furthermore, do you have any...

### Description when I ran `pip install recommenders[examples]` , it shows ![q1](https://github.com/recommenders-team/recommenders/assets/22851308/78a29144-5c93-48ed-a35d-bb8f6fd60643) on the bottom. when I emitted and ran the next command `python -m ipykernel install --user --name --display-name...

help wanted

#### Description When I tried to start and typed `python setup.py install` It shows: #### Actual Results ![e1](https://github.com/NicolasHug/Surprise/assets/22851308/4c7c2a9c-78d5-4de9-b8a6-12b41f349f65) ![e2](https://github.com/NicolasHug/Surprise/assets/22851308/5f8a79c2-197c-4de2-b6b9-15ab97fc619e) ![e3](https://github.com/NicolasHug/Surprise/assets/22851308/2bfd83d1-fa01-4d88-a816-eb676d91bb00) Does anyone encountered it before or could give me some...

- python version 3.11.0 - tensorflow 2.12.0 Hello,when I tried to install tensorflow_federated by typing `pip install tensorflow_federated` it shows up ``` . . . Collecting absl-py~=0.9.0 (from tensorflow_federated) Using...

bug