JQWeng
JQWeng
运行python demo.py时出现这个错误,怎么解决?
When I try `batch_size = 2` I encountered the following problem  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! ...
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的错误