csqqlee
csqqlee
I already know that, Thank you very much.
@Joey-S-Liu Have you solved it?
same error,Have you solved it? ERROR 2025-12-03 18:50:44,092 train.py: 120: ValueError: matrix contains invalid numeric entries Traceback: File "/home/qqlee/Desktop/sam3/sam3-onnxruntime/sam3/train/train.py", line 116, in __call__ self.run_trainer() File "/home/qqlee/Desktop/sam3/sam3-onnxruntime/sam3/train/train.py", line 110, in run_trainer...
@MinGiSa Is your task an object detection task? What dataset is it? Have you trained it for semantic segmentation tasks?
@quangkmhd Hello, I encountered an error while training semantic segmentation on a custom dataset. The error is as follows: [rank0]: Traceback (most recent call last): [rank0]: File "/home/qqlee/Desktop/sam3/sam3-onnxruntime/sam3/train/train.py", line 340,...
@quangkmhd I'm training on a 24GB memory card. Setting `gradient_accumulation_steps` to 1 results in an insufficient memory error, but setting it to 4 results in another error. Raw dataset length...
@rishi1134 Hello, I'm training on a 4090 GPU. Training the detection model works fine, but training the segmentation model results in an insufficient GPU memory error. Trying to increase the...