-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generating clearml-reports #225
Comments
ClearML is configured with the correct credentials. It is successfully sending the data to the server but is not sending the generated reports. |
@sriram-dsl which versions of clearml and clearml-server are you using? The results should be logged by clearml AS WELL AS stored in your Which are you missing? BTW - you might have a typo in the invocation you provided: |
if i launch a training it should appear under |
typo mistake that is --data data/data.yaml |
Is the logging issue related to a specific commit ID? Need clarification on this |
@sriram-dsl we're asking for ClearML versions in order to try to validate ClearML behaviour as closely as possible to your environment. |
ClearML version: 1.13.2
|
Did you set up |
Yes, I've installed ClearML and configured the ClearML client using credentials generated from the self-hosting server. |
Hi @sriram-dsl ! It is possible that this may solve your problem: |
this is the api and sdk section in the clearml.conf
do i need to add any key:value pairs in it to log results while launching yolov5 training |
@eugen-ajechiloae-clearml, @jkhenning, @ainoam Something similar to this might solve my problem: allegroai/clearml#363 My requirement is to log the experiment results generated during training to the ClearML server. The training is conducted inside a container. I have set up an Ubuntu 20.04 container, cloned the YOLOv5 repository inside the Ubuntu container, and started training using that YOLOv5 Git repository. |
Hi @sriram-dsl ! If you wish to modify |
I have set up a ClearML server. Currently, I am training a YOLO model using the YOLOv5 framework within a container. I am utilizing the --project and --name flags during the training process. However, the training results are not being sent to the server; instead, they are being stored inside the container with the project and name specified by the flags.
it is saving results under
testing/clearml/yolo/(results)
The text was updated successfully, but these errors were encountered: