When using 'Logger.report_media' only 3 images are uploaded. Is it that limited?
2 years ago
I'm trying to access previous task parameters from my Python script (e.g. Hyper Parameters/General ) I use: prev_tasks = task.query_tasks(project_name=projec...
2 years ago
congrats! https://github.com/ultralytics/yolov5/tree/master/utils/loggers/clearml
2 years ago
Furthermore, if I try to execute a pipe in a remote agent, I get a python error from the clearml engine:
2 years ago
File "/home/thermo/.clearml/venvs-builds/3.8/code/controller.py", line 20, in from .job import LocalClearmlJob, RunningJob, BaseJob
2 years ago
ImportError: attempted relative import with no known parent package
2 years ago
Hi, we are working on a mini project to 'integrate' ClearML Datasets with CKAN. Wondering if the community could share some ideas.
2 years ago
Simiar to https://github.com/tslearn-team/tslearn/issues/399
2 years ago
The brown one, gpu_0_mem_used_gb is independent of other gpu utilization metrics?
2 years ago
the caveat is though is that in my team we want to align our data science development with our software development, meaning that any type of pipeline is a c...
2 years ago
furthermore, the entry points are scripts that handle models through a factory class depending on args given. this args are parsed by argparse . i read in th...
2 years ago
Hi i'm trying to deploy clearml on k8s i need help
2 years ago
i'v also tried to deploy it using helm (downloaded and edited as the doc suggest) the thing is, doing that only web is running correctly the rest of the pods...
2 years ago
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2 years ago
I have initialized the Task as so task = Task.init( project_name=cfg.clearml.project, task_name=cfg.clearml.task, tags=cfg.clearml.tags, output_uri=f" /", )
one year ago
I've just finished setting up clearml on my organization cluster. I was doing some tests before start rolling it out to the employees. I was wondering if cle...
one year ago
I am thinking it could have to do with versioning on dependencies maybe?
one year ago
creds are filled in like s3 { # S3 credentials, used for read/write access by various SDK elements # default, used for any bucket not specified below key: "*...
one year ago
Hello. I am looking for some input on how I could deal with a TriggerScheduler that should run all the time as a service. I run ClearML inside kubernetes (se...
one year ago
Hello. Somehow all of my local copies of the clearml dataset just disappeared from the local machine for no reason. (pretty sure nobody deletes them) This is...
one year ago
whats the preferred way to enable this after Task.create?
one year ago
But I get the following error:
one year ago
Hello! I have installed clearml-agent at the server, but have not installed clearml package. How will it determine the version of clearml package and when is...
one year ago
in the past I thought that each of the trials would also be logging to clearML, but checking now, looks like that is not the case, so I don't need the disabl...
one year ago
Any easy way to ensure the pipline (tasks + controller) are not hidden in the projects UI? EDIT: Apparently not; for the time being I created this https://gi...
one year ago