roboflow / notebooks

Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
https://roboflow.com/models
4.78k stars 744 forks source link

unable to train data on roboflow100 dataset #229

Open meshal-ali1 opened 7 months ago

meshal-ali1 commented 7 months ago

Search before asking

Notebook name

how-to-use-rf100.ipynb notebooks/how-to-use-rf100.ipynb

Bug

this is the error occured on second last line of the code, although I have tried using gpu, cpu and tpu. aaaaaaaaaa

Environment

Google Colab

Minimal Reproducible Example

this line is giving me error, and it is exactly same from https://github.com/roboflow/notebooks/blob/main/notebooks/how-to-use-rf100.ipynb

!python train.py --img 640 --batch 8 --epochs 100 --name $dataset/results --data $dataset/data.yaml --weights 'yolov7_training.pt' |& tee $dataset/logs.txt

Additional

Hi, Please help me to remove this error

Are you willing to submit a PR?