Fix torch.range Deprecation in PyTorch

Fix torch.range Deprecation in PyTorch

While generating sequences of numbers in PyTorch, you might encounter a deprecation warning when using the torch.range function. Earlier versions of PyTorch allowed developers to rely on torch.range to create...