Yanbo Dai
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 弄到就可以了。 > >  老哥求指点,目前这块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...