JQWeng

Results 5 issues of JQWeng

运行python demo.py时出现这个错误,怎么解决?

When I try `batch_size = 2` I encountered the following problem ![image](https://user-images.githubusercontent.com/25848511/78466807-84e9a500-7738-11ea-829f-8081d0afb818.png) So I checked the Dimension and the problem appears in mask_batch on line of code `rois_label, stu_feature, mask_batch...

Hi! @chenyuntc If I set `test_num` in file `config.py` to number smaller than len(test_dataloader),then the code ` if ii == test_num: break` will execute,right? But I Encountered this problem! ![image](https://user-images.githubusercontent.com/25848511/79461773-376b1300-8029-11ea-8e15-157df89c736f.png)...

In the **Homomorphically encrypted federated learning** section The providing code are as follows: ``` 1. model = Embedding(vocab_size=len(vocab), dim=1) 2. model.weight.data *= 0 3. 4. # note that in production...

用synthdata-zh这个项目生成的图片,训练时一直有Corrupted image的错误