import torch, numpy as np
from torch_snippets import inspect
0, 100, size=(4, 3, 5)), np.random.randint(-10, 10, (9, 19, 1))) inspect(torch.randint(
══════════════════════════════════════════════════════════════════
Tensor Shape: torch.Size([4, 3, 5]) Min: 2.000 Max: 97.000 Mean: 46.317 dtype: torch.int64 @ cpu
══════════════════════════════════════════════════════════════════
ndarray Shape: (9, 19, 1) Min: -10.000 Max: 9.000 Mean: -0.345 dtype: int64
══════════════════════════════════════════════════════════════════