Remove the AutoReshape
step for images guaranteed to be in a certain size and type
#3430
Replies: 1 comment
-
@DavidZSchneider hello! If all your images are guaranteed to be Keep in mind that this change is specific to your use case and dataset, and you should ensure that any future datasets you might use also conform to these dimensions or reintroduce the resizing step as needed. Happy coding! 😊 |
Beta Was this translation helpful? Give feedback.
-
In my data set all images will have the same dimensions:
640x640x3
.All I need to model to support is input of
Nx3x640x640
of Pytorch tensor.How can I skip the
AutoReshape
step and speed up a bit the preprcoessing of the net?Beta Was this translation helpful? Give feedback.
All reactions