Model Pipeline - Reshaping (view, reshape, squeeze, unsqueeze)
This pipeline shows how a tensor changes shape using PyTorch functions: view, reshape, squeeze, and unsqueeze. These operations help prepare data for models by changing dimensions without altering data values.