"tests/models/dbrx/test_modeling_dbrx.py" did not exist on "fd3eb3e3cd62f1a078aadba791d03d042678313e"
fix: center_crop occasionally outputs off-by-one dimension matrix (#30934)
If required padding for a crop larger than input image is odd-numbered, the padding would be rounded down instead of rounded up, causing the output dimension to be one smaller than it should be.
Showing
Please register or sign in to comment