Created by: heavengate
fix temporal_shift OP PADDLE_ENFORECE misktakes
-
shift_ratio >0 || shift_ratio < 0.5
should beshift_ratio >0 && shift_ratio < 0.5
- split
shift_ratio >0 && shift_ratio < 0.5
into two ENFORCE statements
Created by: heavengate
fix temporal_shift OP PADDLE_ENFORECE misktakes
shift_ratio >0 || shift_ratio < 0.5
should be shift_ratio >0 && shift_ratio < 0.5
shift_ratio >0 && shift_ratio < 0.5
into two ENFORCE statements