Closed westwind027 closed 9 months ago
Hi,
The possible reason is RAM limitation causes the process to be killed.
We load the training data into the memory at one time before training to reduce the communication time between CPU and storage during training. For 2000 frames, this may require more than 24GB of memory. Therefore, you can try reducing images; or, try using dataloader
to load images during training.