Send training job to Azure.
Updated the ReadMe with a link to Miro where I added the diagrams we drew on Thursday.
Issue: in yolov5/train.py line 66 # GIT_INFO = check_git_info()
should be commented out and we should add GIT_INFO = {'remote': None, 'branch': None, 'commit': None} if we want to by-pass the network error in analyse services.
But I cannot commit this change since it is in the submodule.
Send training job to Azure. Updated the ReadMe with a link to Miro where I added the diagrams we drew on Thursday.
Issue: in
yolov5/train.py
line 66# GIT_INFO = check_git_info()
should be commented out and we should addGIT_INFO = {'remote': None, 'branch': None, 'commit': None}
if we want to by-pass the network error in analyse services. But I cannot commit this change since it is in the submodule.