Chun Li

Results 4 issues of Chun Li

```python class F(object): def __rshift__(self, g): """Overload > operator for F instances""" return self.__class__.__compose(self.f, self.__ensure_callable(g)) ``` the operator `>>` is right shift and `

![image](https://user-images.githubusercontent.com/43557766/73994654-47170d00-4991-11ea-8cfb-aacda6e1d53d.png) ![image](https://user-images.githubusercontent.com/43557766/73994661-4aaa9400-4991-11ea-83aa-13a56f5fa641.png)

Nice work! I found that you use the "differentiable data augmentation" to generate more powerful poison. But in the code, I found that you use the torchvision.transforms as data augmentation....

### System Info - `transformers` version: 4.42.3 - Platform: Linux-5.15.0-91-generic-x86_64-with-glibc2.35 - Python version: 3.10.14 - Huggingface_hub version: 0.23.4 - Safetensors version: 0.4.3 - Accelerate version: 0.31.0 - Accelerate config: not...