
TrickySheep9
71
Questions,
428
Answers
Active since 10 January 2023
Last activity
one year ago
Reputation
0
Badges 1
383 × Eureka!In 1.0.3, I am able to do task.execute_remotely(clone=True, exit_process=False) and then enqueue. In 1.0.5, it says queue must be specified. Any reason for t...
3 years ago
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
3 years ago
logger.report_table with a pandas df, that used to work fine, is suddenly not working - no table in plots but nothing in log (same code otherwise). Seen this...
3 years ago
Any ideas of using Label Studio with Clearml Datasets - base dataset, load to label studio, annotate, child annotated dataset is the kind of flow
3 years ago
How do people generally handle moving from experimental mode with notebooks and then running pipelines for production training and beyond?
3 years ago
What’s the easiest way to update the repo url alone for a task? Need - in my CI, the url used is https but I need the ssh url to be used. I see that we can p...
3 years ago
When I do Task.init() and then a execute_remotely(), the task is being Aborted rather than be in Draft. Am I missing something?
3 years ago
General question not necessarily about ClearML - how are people handling schema for their datasets?
3 years ago
Is it possible to set an environment variable for a task?
3 years ago
Are people using devcontainer + clearml-session?
3 years ago
This verify param to decode of pyjwt seems to be removed and in a fresh intallation we are seeing this error: File "/usr/local/lib/python3.7/site-packages/cl...
3 years ago
Would be great if ClearML is represented in the matrix. (It's mentioned as a mlops platform and the origin year) https://github.com/thoughtworks/mlops-platforms
3 years ago
Looking at clearml-serving - two questions - 1, what’s the status of the project 2. how does one say how a model is loaded and served etc? For example, if i ...
3 years ago
Does k8s glue support running service agent? Slightly confused here
3 years ago
Is it possible to add a callback for a pipeline from a step?
3 years ago
My nth question for the day 🙂 What’s the general pattern for running a pipeline - train model, evaluate metrics and publish the model if satisfactory (based...
3 years ago
How to update the logging level of all loggers in clearml?
3 years ago
Similar question but when running a pipeline, can I control the tags that the tasks a pipeline creates? add_pipeline_tags adds tags from pipeline to the task...
3 years ago
Is it possible to do additional setup (the extra_bash_init_script , container_bash_script etc per task? Say a task requires a system package, install it befo...
3 years ago
When running an optimization task, it says warning parameter not found but works anyway. I guess it’s because it’s looking for General/param but ends up usin...
3 years ago
How can I clone a task and execute_remotely the cloned task with exit_process=False. It currently kills the notebook kernel. If I say exit_process=False, it ...
3 years ago
Off topic - Is there a slack / discord community for general ML discussions?
3 years ago
What’s the best way to get the list of all projects (while in a notebook)? Hitting the API?
3 years ago
Is it not possible to add artifacts to a completed task?
3 years ago
When running an experiment from a notebook, it knows it’s a notebook and automatically adds the notebook as an artifact right? And the uncommited changes bec...
3 years ago
Apart from having packages in requirements.txt, does clearml expect them to be actuall installed to add them as installed packages for a task?
3 years ago
Getting this error at task.execute_remotely()
3 years ago
Anyway to make a job fail if the required python version (3.7 vs 3.8 for example) is not available in the agent?
3 years ago
If I have a task and a dataset is being created in a task, how can I get a “link” that this Dataset is created in this task, similar to how Model has the tas...
3 years ago
Any pointers on running gpu tasks with k8s glue?
3 years ago
Show more results
questions