You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/content/yolov7-2-tensorflow/train.py", line 146, in
train(hyp, opt, tb_writer=tb_writer, logger=logger)
File "/content/yolov7-2-tensorflow/tools/trainer.py", line 626, in train
wandb_logger = WandbLogger(opt,
File "/content/yolov7-2-tensorflow/utils/wandb_logging/wandb_utils.py", line 104, in init
wandb_data_dict = self.check_and_upload_dataset(opt) if opt.upload_dataset else data_dict
AttributeError: 'Namespace' object has no attribute 'upload_dataset'
The text was updated successfully, but these errors were encountered:
I encountered an error while training the YOLOv7 model with TensorFlow:
!python /content/yolov7-2-tensorflow/train.py --batch 16 --epochs 250 --data '/content/yolov7-2-tensorflow/data/coco.yaml' --cache_images disk --cfg '/content/yolov7-2-tensorflow/cfg/yolov7-tiny.yaml' --device 0 --imgsz 640 --hyp '/content/yolov7-2-tensorflow/data/hyp.ObjectDetection.yaml'
Traceback (most recent call last):
File "/content/yolov7-2-tensorflow/train.py", line 146, in
train(hyp, opt, tb_writer=tb_writer, logger=logger)
File "/content/yolov7-2-tensorflow/tools/trainer.py", line 626, in train
wandb_logger = WandbLogger(opt,
File "/content/yolov7-2-tensorflow/utils/wandb_logging/wandb_utils.py", line 104, in init
wandb_data_dict = self.check_and_upload_dataset(opt) if opt.upload_dataset else data_dict
AttributeError: 'Namespace' object has no attribute 'upload_dataset'
The text was updated successfully, but these errors were encountered: