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
TimelyPenguin76
Administrator Moderator
0 Questions, 711 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hey All. Question About The Bucket Config For Clearml. Is It Possible To Have Two Buckets In The Config? We Have Partners In Eu And Us, And Due To Data Governance Legislation, We Cannot Store All The Data In One Bucket. Any Insights?

Hi TenseOstrich47 ,

Try using aws credentials with region too https://github.com/allegroai/clearml/blob/master/docs/clearml.conf#L88

credentials: [ specifies key/secret credentials to use when handling s3 urls (read or write) { bucket: "my-bucket-name" key: "my-access-key" secret: "my-secret-key" region: "my-region" },

3 years ago
0 Hi, I See That There Is A New Parameter In Aws Autoscaler:

max_spin_up_time_min - the maximum time for an instance to spin up
max_idle_time_min - the maximum time for an instance to stay up with worker on it (the time the ec2 instance is finished running a task with the agent and still up with an worker running on it listening to the queue)

3 years ago
0 Hi, I'M Using Clearml Python Package On Sagemaker Notebook Instance. If I Want To Edit The Clearml.Conf On The Notebook Instance, How Could I Do That?

I will check the aws token, just to verify, you imported the StorageManager after the os.environ calls?

3 years ago
0 Hi Everyone, I Am Trying To Use Docker Mode For Trains-Agent, But It Seems That It Has Problem With The Use Of Multiple Gpus This Is My Trains-Agent Command: Trains-Agent Daemon --Gpus 0,1 --Queue Dual_Gpu --Docker --Foreground And It Gets The Error: Doc

Did you get the same error message? What do you have in the error under ‘device=XXX’?

What about this? Do you get the same as the first one ( device=0,1 )? or with quote ( device="0,1" )?

4 years ago
0 Hi, I'M Trying To Create A

Hi CleanPigeon16 ,

Currently, only argparse arguments are supported (list of arg=val ).
How do you use the args in your script?

3 years ago
0 Hi, I Encounter A Weird Behavior: I Have A Task A That Schedules A Task B. Task B Is Executed On An Agent, But With An Old Commit

It should create task B with the same commit as task A in this scenario, do you have different commits?

4 years ago
0 Hi, I Encounter A Weird Behavior: I Have A Task A That Schedules A Task B. Task B Is Executed On An Agent, But With An Old Commit

How did you create task B? cloned from other task?

The agent will run the task according to the commit in the execution tab (you can choose commit, branch or tag)

4 years ago
0 Hi, I Encounter A Weird Behavior: I Have A Task A That Schedules A Task B. Task B Is Executed On An Agent, But With An Old Commit

Great 🙂

If you do wanna change the commit/branch/tag, you can change it from the data.script section in the cloned_task object

4 years ago
0 Hi. I Have A Task Executed On Clearml-Agent, Configured With

Hi HelpfulHare30 , can you try upgrade to the latest ClearML agent?

pip install clearml-agent==1.0.0

3 years ago
0 Hi. I Have A Task Executed On Clearml-Agent, Configured With

Where did you add the task.execute_remotely command? do you have a sample code I can run?

3 years ago
0 Hello @Team I Am Having My Data In Minio Browser Need Upload My Data To Clearml Is There Any Possible Way If Anyone Can Help ??

try to do it with clearml-data, https://clear.ml/docs/latest/docs/clearml_data/ , you can access and share the data with it and can configure it to work with minio

3 years ago
4 years ago
0 Is There An Option To Separate The Storage From The Server? E.G. Deploying My Trains Server On Some Light Machine, And Confguring The Storage To Be Aws S3 Or Something Similar

Hi WackyRabbit7

When calling Task.init() , you can provide output_uri parameter. This allows you to specify the location in which model snapshots will be stored.
Allegro-Trains supports shared folders, S3 buckets, Google Cloud Storage and Azure Storage.

For example (with S3):

Task.init(project_name="My project", task_name="S3 storage", output_uri="s3://bucket/folder")
You will need to add storage credentials in ~/trains.conf file (you will need to add your aws in thi...

4 years ago
0 Is There An Auto Scaling Solution For Gcp Users?

Hi BrightElephant64 , can you add an example? Also, the ClearML AWS autoscaler know how to work with ClearML-agent queues

3 years ago
0 Does Anyone Know Why I Keep Getting That Error?

CrookedWalrus33 can you share the log?

2 years ago
0 Does Anyone Know Why I Keep Getting That Error?

CrookedWalrus33 clearml agent wont install conda on the container, but you can add such with https://clear.ml/docs/latest/docs/references/sdk/task#set_base_docker -> docker_setup_bash_script

2 years ago
0 When A Transitive Dependency Is Optional, How Do We Make Sure The Task Detects It? In My Case, I Have A Task That Reads Excel File Using Pandas Which Needs

Hi TrickySheep9 ,

ClearML does analyze your packages, but you always can add any package you like with Task.add_requirements('xlrd', '') or if its a package that you want the ClearML agent to install always (not per task), you can add it to the agent’s configuration file https://github.com/allegroai/clearml-agent/blob/master/docs/clearml.conf#L82

Can this do the trick?

3 years ago
0 Hi Trains Community - Question: I Am Using 

Hi MinuteWalrus85 .

Good news about fastai , the integration in almost done and a version will be release in the coming days :)

4 years ago
0 I'M Looking To Utilize The Trains Aws Autoscaler Functionality, But After Going Through Its Docs A Few Times I Still Don'T Get It. Ultimately, My Setup Is That I Have Multiple Data Scientists Working On Static Instances, And They Have Queues Available To

The AWS autoscaler is running as a https://github.com/allegroai/trains-server#trains-agent-services-- .
For services, we use a trains-agent configure to be in services mode. Now, each “service task” you insert to the queue should run until you stop it.

So, you need the AWS autoscaler keep running, which the services agent provide you. The “service task” is still a task, so it should have a project and a task name (just one for ALL your projects).

You can always run things locally wit...

4 years ago
0 In Relation To Pytorch Lightning V1.X, Usage In Combination With Trains Has Become Much Smoother (Just Pure Tensorboard). However, When Checking The "Configuration" Tab Of An Experiment, It'S Empty. How Do I Get Trains To Log The Hyperparameters? I'Ve Tr

Hi DefeatedCrab47 ,

You can set the HP with a dict, like:

Task.current_task().set_user_properties( { "property_name": {"description": "This is a user property", "value": "property value"}, "another_property_name": {"description": "This is another user property", "value": "another value"}, "yet_another_property_name": "some value" } )or list of dicts, like:

` Task.current_task().set_user_properties(
[
{
"name": "prop...

4 years ago
Show more results compactanswers