Isaac
03/26/2024, 6:33 PMKilled
message. Any idea what could be causing it? Is it moving to much data to RAM?Isaac
03/27/2024, 11:22 AMKin Gtz. Olivares
04/05/2024, 12:06 PMCristian (Nixtla)
04/05/2024, 4:31 PMCristian (Nixtla)
04/05/2024, 5:16 PMinference_windows_batch_size
?
For the multi-GPU case we will release a new feature next week for optimized distributed training with Spark.Kin Gtz. Olivares
04/08/2024, 12:38 PMvalidation_batch_size
@Isaac
That way you maintain your memory constrainedKin Gtz. Olivares
04/08/2024, 12:43 PMfcsts = fcts.detach().cpu()
fcsts = torch.vstack(fcsts).numpy().flatten()
https://github.com/Nixtla/neuralforecast/blob/main/neuralforecast/common/_base_windows.py#L720
The detach operation blocks the gradients, and has solved a memory leakage for me in the past