Yanbo Dai

Results 3 comments of Yanbo Dai

try to run it with “python training.py --params = utils/params.yaml" after changing the "is_poison" option to True in the .yaml file, the test accuracy on main task reaches 90% on...

> > 采用了AES 加密了,key还是调用微信的 signature 开头几位, signature 弄到就可以了。 > > ![image](https://user-images.githubusercontent.com/48594394/142841312-8c6a1b65-ff32-4a41-8330-a90797abeca9.png) 老哥求指点,目前这块AES 加解密的不是很能看懂 老哥,请问源码时如何获取的呢,是反向编译了微信小程序嘛?

I think more proper modification would be: ``` a_, b_ = torch.linalg.eig(T) eigen_list = a_.real weight_list = b_.real[0,:]**2 ``` according to the source code. It would be nice if the...