Chun Li
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 `
 
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...