"torchvision/vscode:/vscode.git/clone" did not exist on "054432d2d00d80746f2eb55d959a92c2ea3858e3"
Add support for Transforms.Scale([w, h]) with specific width and height (#133)
* Fixed border missing on bottom and right side using make_grid * Add support for Transforms.Scale([h, w]) with specific height and width if self.size is a int then scale the image with the shorter side, otherwise if self.size is a list then scale the image to self.size directly * Add assert of size and doc for README Add assert of size and doc for README * Fix linter problem Fix linter problem * Add test for Scale Add test for Scale * Add both tuple and list support for Scale.size Add both tuple and list support for Scale.size * Add order of Scale.size in document and test case for list type of Scale.size Add order of Scale.size in document and test case for list type of Scale.size
Showing
Please register or sign in to comment