I am currently trying to execute the yolov5 framework for custom dataset using roboflow blog : https://blog.roboflow.com/how-to-train-yolov5-on-a-custom-dataset/
While executing the notebook, the following error is met with, in train.py of yolov5 git,
File "train.py", line 41
logger.info(colorstr('hyperparameters: ') + ', '.join(f'{k}={v}' for k, v in hyp.items()))
^
SyntaxError: invalid syntax
Is the syntax wrong or could it be the intrinsic values of the variables going inside.?