
ScrawnyCrocodile51
12
Questions,
30
Answers
Active since 05 February 2025
Last activity
15 days ago
Reputation
0
Badges 1
30 × Eureka!Hi, I am wondering after a task submitted to remote server finishing running. Will the docker container / disk space (really I am more interested about the d...
2 months ago
Hi clearml team, I am trying to figure out the best practice to keep track of different models. The lineage functionality in the models tap is generally help...
one month ago
Hi clearml team, is there a way to overwrite working_dir when creating task from task.init() workflow? the underlying function I am triggering relying on the...
one month ago
Hello, I recently start to running into SSLError when using Task.init(): 2025-03-03 12:30:55,981:WARNING:urlopen:Retrying (Retry(total=239, connect=240, read...
one month ago
Hi, is there a configuration somewhere that allow me to see stuff logged from regular logging in clearml console? Or clearml's logger.report_text(print_conso...
2 months ago
Also, any advice on using best practice of using Task.create() instead of Task.init()? I have the need of specifying docker and repository, so only find Task...
one month ago
Hello, I am trying to programmatically retrieve the artifact FILE_PATH information that get displayed in the UI. So I have a pandas dataframe uploaded as art...
one month ago
Hi, is there a way to wait until a dataset finish uploading before proceed? because I want to upload dataset if it is not already exist and then process the ...
2 months ago
Hi community, I had a clearml experiment seems become "unresponsive" even though it is showing "running" with the following logging (I didn't skip any loggin...
one month ago
Hi clearml team, is there best practice to improve dataset's storage efficiency? For example, I don't really need all 5 versions of the same dataset get save...
16 days ago
Hi, I want to setup task that can "overwrite configuration on the UI". Found some reference in the doc but couldn't make it work yet. I feel it should be ver...
one month ago
Hi, i am exploring the following workflow to submit a task to remote server: task = Task.create( branch=branch, repo=repo, script=script, requirements_file=r...
2 months ago