Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
EmbarrassedSpider34
Moderator
17 Questions, 44 Answers
  Active since 10 January 2023
  Last activity 5 months ago

Reputation

0

Badges 1

39 × Eureka!
0 Votes
5 Answers
914 Views
0 Votes 5 Answers 914 Views
Hello, Is there a time limit for pending tasks in a queue? (Let's say I put a task in a queue and it is not enqueued. Will it be aborted / failed after a whi...
2 years ago
0 Votes
4 Answers
901 Views
0 Votes 4 Answers 901 Views
is there a way of changing the name of the user that created the task? https://clearml.slack.com/archives/CTK20V944/p1620554574470200 This doesn't appear on ...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hey, I am using the autoscaler for both GCP and AWS. The issue is that I can't see all of my workers in GCP in the queue. I assume the worker field is taken ...
2 years ago
0 Votes
3 Answers
850 Views
0 Votes 3 Answers 850 Views
Is it possible to upload from ClearML (using Logger/upload_artifact ) a clearml.automation.optimization.HyperParameterOptimizer object? (as pickle for exampl...
2 years ago
0 Votes
2 Answers
883 Views
0 Votes 2 Answers 883 Views
Does someone have a clue regarding this issue? https://github.com/allegroai/clearml/issues/674 We have been getting it even with later versions of CleaML (1....
2 years ago
0 Votes
6 Answers
906 Views
0 Votes 6 Answers 906 Views
Hey, I want to take the uncommited changes from my task and apply them locally to my local branch. How should I approach this? I tried copying it to a diff f...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hey, Is it possible to use clearml-init (configuration file creation ) under root permissions? I get : Error! Could not write configuration file at: /root/cl...
2 years ago
0 Votes
10 Answers
911 Views
0 Votes 10 Answers 911 Views
Hello, Is it commo that 2021-11-17 11:45:08,360 - clearml.Task - INFO - Waiting to finish uploads will take very long time? I uploaded a folder, and can see ...
2 years ago
0 Votes
11 Answers
932 Views
0 Votes 11 Answers 932 Views
Hello, Getting this message On sub tasks https://github.com/allegroai/clearml-agent/issues/38 When trying to do Hyper parameters optimiziation. Is there any ...
2 years ago
0 Votes
1 Answers
656 Views
0 Votes 1 Answers 656 Views
Is Clearml cloning submodules in a git repo as well?
11 months ago
0 Votes
5 Answers
926 Views
0 Votes 5 Answers 926 Views
I am getting this specific message when trying to run Hyper parameters optimization (running remotely my task). Does it affect my flow? Do I have something t...
2 years ago
0 Votes
2 Answers
848 Views
0 Votes 2 Answers 848 Views
Hey, I think I found a possible bug when using get_reported_plots on a task. the name is attached to the plot_str string. so plotly can't really analyze it a...
2 years ago
0 Votes
6 Answers
933 Views
0 Votes 6 Answers 933 Views
Good week, I tried to follow the following repo https://github.com/allegroai/trains-actions-train-model It works great until the part I am trying to login to...
2 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Started using the integrated GCP autoscaler to avoid some problems we had. For some reason the Instances doesn't have a GPU although specifically defined in ...
2 years ago
0 Votes
3 Answers
895 Views
0 Votes 3 Answers 895 Views
Re Dataset object: Is it possible to use Sync_folder and upload Several times along the code and then Finalize the dataset?
2 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hello, Trying to figure out how to run a machine in docker mode (ECR private repo) using ClearML. For some reason I cannot get this to work with : None I tri...
one year ago
0 Votes
4 Answers
939 Views
0 Votes 4 Answers 939 Views
Hello, I am trying to use the configuration vault option but it doesn't seem to apply the variables I am using. How do I enable it? Followed the documentatio...
2 years ago
0 Hello, Is There A Time Limit For

I see,
is there a possibility to "clear" a queue from python?
A "purge" method for :
clearml.backend_api.session.client.Queue
?
I can only watch the current length of the queue, how do I remove all task/ specific tasks?

2 years ago
0 Hey Everyone! First Post Here. My Issue Is The Python_Binary I Set In The .Conf File Doesn'T Seem To Get Used By The Task I'M Running. The Task'S Output Confirms

as a followup on this one @<1523701070390366208:profile|CostlyOstrich36> .
how do I make my agent install python 3.9 and not 3.7?

agent.default_python: 3.9
agent.python_binary: 3.9

but getting in the task:

Python executable with version '3.9' requested by the Task, not found in path, using '/clearml_agent_venv/bin/python3' (v3.7.3) instead
11 months ago
0 Hello, Is It Commo That

As a matter of fact, all my tasks are "running" state although some of them have failed

2 years ago
0 Hello, Is It Commo That

no, it is AWS EC2

2 years ago
0 Hello, Is It Commo That

folder is rather small.
3.5MB
Am able to see it in the artifacts.
but can't download it (the address is wrong)

2 years ago
0 Hello, Trying To Figure Out How To Run A Machine In Docker Mode (Ecr Private Repo) Using Clearml. For Some Reason I Cannot Get This To Work With :

the environment setting you added to your vault is only applied inside the instance when the agent starts running there, not as part of the command that starts the instance.
The most common DevOps practice for having these kind of variables in the init script but not completely exposed to the naked eye is by adding something like

export MY_ENV_VAR=$(echo '<base64-encoded secret>' | base64 --decode)

to the init script (編集済み)

one year ago
0 Started Using The Integrated Gcp Autoscaler To Avoid Some Problems We Had. For Some Reason The Instances Doesn'T Have A Gpu Although Specifically Defined In The Ui. How Come? (Not Using Any Docker Container For The Agents)

It's a private image (based off of this image).
` ======================================
Welcome to the Google Deep Learning VM

Version: pytorch-gpu.1-11.m91
Based on: Debian GNU/Linux 10 (buster) (GNU/Linux 4.19.0-21-cloud-amd64 x86_64\n) `I am leaving the docker line empty, so I assume there's no docker spun up for my agent,

2 years ago
0 Started Using The Integrated Gcp Autoscaler To Avoid Some Problems We Had. For Some Reason The Instances Doesn'T Have A Gpu Although Specifically Defined In The Ui. How Come? (Not Using Any Docker Container For The Agents)

I don't think it's related to the region.
I do have the log of the autoscaler.
We also have an autoscaler that was implemented from scarch before ClearML had the autoscaler application.
I wouldn't want to share the autoscaler log with this channel.

2 years ago
0 Hello, I Am Trying To Use The

I do have the configuration vault feature.
I managed to make it work.
Seems like I have been using it wrong.
In order to facilitate the multiple credentials one must use the Clearml SDK obviously.
So I just started using StorageManager and it works.

Thanks.

2 years ago
0 Hello, Is There A Time Limit For

Thanks a lot 👍

2 years ago
0 Hello, I Am Trying To Use The

Update:
Manged to make the credentials attached to the configuration when the task is spinned,
Although boto3 in the script still uses the "default" access keys instead of the newly added keys

2 years ago
0 Started Using The Integrated Gcp Autoscaler To Avoid Some Problems We Had. For Some Reason The Instances Doesn'T Have A Gpu Although Specifically Defined In The Ui. How Come? (Not Using Any Docker Container For The Agents)

My task runs just fine.
But no GPU.
(When it demands GPU it collapses).
Looking at the VM features on GCP UI it seems no GPU was defined for the VM.

2 years ago
0 Is It Possible To Upload From Clearml (Using

e.g.
my_optimizer = an_optimizer.get_optimizer() plot_optimization_history(my_optimizer._study)Since my_optimizer._study is an optuna object

2 years ago
0 Hello, Is It Commo That

All machines are under my company's ownership

2 years ago
0 Hey, Is It Possible To Use Clearml-Init (Configuration File Creation ) Under Root Permissions? I Get :

Thanks,
solved.
I tried to delete ~/clearml.conf (apparently it was already exist)
and rerun clearml-init

2 years ago
2 years ago
0 I Am Getting This Specific Message When Trying To Run Hyper Parameters Optimization (Running Remotely My Task). Does It Affect My Flow? Do I Have Something To Worry About?

That helps a lot!
Thanks Martin.
Although I didn't understand why you mentioned torch in my case?
Since I don't use it directly, I guess somewhere along the way multiprocessing does get activated (in HPO)
I would guess it relates to parallelization of Tasks execution of the HyperParameterOptimizer class?

2 years ago
0 Hello, Trying To Figure Out How To Run A Machine In Docker Mode (Ecr Private Repo) Using Clearml. For Some Reason I Cannot Get This To Work With :

You are right Idan,
I consulted our Private ClearML channel.
you cannot insert these environment variables any other place,
only in init script.
Here is the full quote:

one year ago
0 Does Someone Have A Clue Regarding This Issue?

GrumpySeaurchin29 Thank you!

2 years ago
0 Is It Possible To Upload From Clearml (Using

So anyway,
you can pickle the above object (pickle the study).
But you can't actually pickle the optimizer itself as you said/

2 years ago
0 Hey, I Think I Found A Possible Bug When Using

It's generated automatically by HPO script.
So it might be added inside the report completion section

2 years ago
0 Hello, Is It Commo That

Using an autoscaler service(on 24/7 EC2 machine)
that triggers EC2 workers (with an AMI I saved prior to activation)

Hope that helps

2 years ago
0 Hey, I Want To Take The Uncommited Changes From My Task And Apply Them Locally To My Local Branch. How Should I Approach This? I Tried Copying It To A

Ok, seems like the problem is solved.
These uncommited changes were already applied to the local branch, but the git apply error wasn't very informative.

Thanks!

2 years ago
0 Hey, I Want To Take The Uncommited Changes From My Task And Apply Them Locally To My Local Branch. How Should I Approach This? I Tried Copying It To A

Nope. It gives me errors.
Just like the guy that replied in the thread I linked in my previous reply here.

2 years ago
Show more results compactanswers