Sahil028

Results 6 comments of Sahil028

Hi, were you able to do this ? Could you please let me know how. Thanks!!

f"Loss became infinite or NaN at iteration={storage.iter}!\n" FloatingPointError: Loss became infinite or NaN at iteration=1! loss_dict = {'loss_ins': 2.8118667602539062, 'loss_cate': nan} After doing the step mentioned in this thread (changing...

Hi @jinfagang , Thanks for your answer, I have been experimenting with the solov2_lite and your suggestions have been really helpful. I was able to run it for roughly 22...

Yes, did that already, only then I was able to train, here's how I registered the data #registering the data set register_coco_instances("train", {},"/content/yolov7_d2/dataset/math_data/train/train.json", "/content/yolov7_d2/dataset/math_data") register_coco_instances("val", {}, "/content/yolov7_d2/dataset/math_data/val/val.json", "/content/yolov7_d2/dataset/math_data") and did...

Sure, will try and update. Thanks !!!

Hi @SturgeonInc Thanks for this explanation, as I had some doubts along the same lines. As I am working on a piece where generally the variety of colors in an...