Hello ! I'm here after the GTC and i want to get in 🙂
4 years ago
The ClearML Ops end to end on Pipelines is currently under way here https://gtc21.event.nvidia.com/media/1_477hq95y
4 years ago
Hi, Seems that when I upload a string as artifact ( task.upload_artifact(s) where s is a string) that contains newline delimiters ( \n ), these are not parse...
4 years ago
CTO is currently talking about ClearML and it's reason d'etre here ; https://gtc21.event.nvidia.com/media/1_yp84hx7v (signup required but an NVidia account s...
4 years ago
Howdy and Good morning anyone who is 🙂 We have an upcoming live Q&A with our lead engineer today at 1pm EDT. If you have ever wanted a peek into the minds b...
4 years ago
hey, I have many python files. In the first python file I use the following line. parameters = task.connect(input) Now I change the hyperparameters on the gr...
4 years ago
Hi, I would like to add artifacts from two parallel process in the same task. But one one process finished it changed task status to complete. May be you kno...
4 years ago
Hi, I do the following: Task.get_current_logger.report_Text("blabla",level=logging.CRITICAL)And query said log with client = APIClient() result = client.even...
4 years ago
[Help needed] - Is there an API that I can extract the metrics for multiple experiments? It maybe a feature that can be considered. I want to compare two sca...
4 years ago
hey I use allegro with docker mode. But I do not have access to paths where the data are(data I use for training). how can I use "volume mount" with allegro?
4 years ago
Another question, how can I close a Task with a specified status? I know I am able to do task.close() but this doesn't let me control the task's status and I...
4 years ago
Hi, how can I get programmatically a Task's logged stderr stream?
4 years ago
Hello, my name is Gabriel, I'm using ClearML for our machine learning experiments, which is an amazing tool to manage this type of stuff so thank you guys fo...
4 years ago
Hello, I'm struggling to get a my clearml-agent to work with poetry as the package manager. When cloning a task for running on the clearml-agent, the poetry....
4 years ago
I have a questions about queue priorities with clearml-agent. I have two queues, A and B . Some of my agents support queue A and B with higher priority for B...
4 years ago
Quest about clearml-task I found an example from documentation, how can I pass an argument without value? For example, my entrypoint looks like this original...
4 years ago
Hi everyone, I wanna implement some sort of a tool that checks every N minutes for a new data in DB or maybe s3 bucket and whenever the new data appears it r...
4 years ago
Hello everyone, I have a question about clearml-agent + ssh. I have valid ssh credentials in ~/.ssh but no .ssh/known_hosts yet. My clearml-agent fails to ex...
4 years ago
Hi everyone, I'm trying to launch a ClearML task with AWS Lambda. What I'd like to do is simply to use Task.create() to launch a task that will be executed r...
4 years ago
Hi, I am considering making automated backups of my clearml-server using Amazon EBS snapshots. Should I be concerned with the same problem described here > h...
4 years ago
I'm using the following template (which defaultly use Weights & Biases) https://github.com/ashleve/lightning-hydra-template
4 years ago
But it deprecated. Where can I find how to integrate them?
4 years ago
https://allegro.ai/docs/integrations/integration_pytorch_lightening/
4 years ago
I came across this official docs of Allegro
4 years ago
I'm trying to integrate PyTorch Lightning + ClearML
4 years ago
Just wondering, why aren't you guys getting yourselves known in GTC?
4 years ago
Hi, I was uploading an image artifact using the following but in the preview I only get an array instead of an image. Am I doing something wrong? im=cv2.imre...
4 years ago
Hi. After upgrading ClearML to latest version, got this error from my pipeline (Windows10, configured and running TensorflowOD for TF 2.3.): File "C:\Users\S...
4 years ago
Hello, if I set export CLEARML_FILES_HOST=" https://files.community.clear.ml " and execute a script that should store models, should I expect to see them dow...
4 years ago