/var/folders/pc/13zbh_m514n1tp522cx9npt00000gn/T/ipykernel_76375/3967170634.py:17: UserWarning: Float64 precision not supported on mps:0 device. Using original precision. This may reduce numerical accuracy. Error: Cannot convert a MPS Tensor to float64 dtype as the MPS framework doesn't support float64. Please use float32 instead.
warnings.warn(f"Float64 precision not supported on {args[0].device} device. Using original precision. This may reduce numerical accuracy. Error: {e}")
/var/folders/pc/13zbh_m514n1tp522cx9npt00000gn/T/ipykernel_76375/691337496.py:13: UserWarning: torch.logspace not supported on mps:0 device. Using cpu. This may reduce numerical performance
warnings.warn(f"torch.logspace not supported on {device} device. Using cpu. This may reduce numerical performance")
Loss-Function modifier that truncates the sequence length of every sequence in the minibatch inidiviually randomly. At the moment slow for very big batchsizes.