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
JitteryCoyote63
Moderator
210 Questions, 1011 Answers
  Active since 10 January 2023
  Last activity 10 months ago

Reputation

0

Badges 1

970 × Eureka!
0 Votes
2 Answers
442 Views
0 Votes 2 Answers 442 Views
2 years ago
0 Votes
0 Answers
550 Views
0 Votes 0 Answers 550 Views
Hi, I encountered a bug on clearml-server 1.0.1: I tried to add in a project page a custom column in +HYPER PARAMETERS > Args > queue and got an error pop up...
2 years ago
0 Votes
8 Answers
488 Views
0 Votes 8 Answers 488 Views
Hi, is it possible to pass temporary IAM role to the web app could access?
2 years ago
0 Votes
3 Answers
521 Views
0 Votes 3 Answers 521 Views
Hey there, Does trains support clicks ? (entry points defined with that library)
3 years ago
0 Votes
2 Answers
458 Views
0 Votes 2 Answers 458 Views
First link in hyperparameter optimization page is broken > https://allegro.ai/docs/examples/examples_hyperparam_opt/
3 years ago
0 Votes
30 Answers
497 Views
0 Votes 30 Answers 497 Views
Hi, I am getting the following errors in the experiments I am currently running: 2021-06-25 17:11:47,911 - clearml.Metrics - ERROR - Action failed <504/0: ev...
2 years ago
0 Votes
2 Answers
512 Views
0 Votes 2 Answers 512 Views
Hello, what is the default limit for global context ? https://allegro.ai/docs/storage_manager_storagemanager.html#trains.storage.manager.StorageManager.get_l...
3 years ago
0 Votes
3 Answers
478 Views
0 Votes 3 Answers 478 Views
Hi, I am getting an error while running task.mark_stopped() , any idea why? (clearml 1.0.2, clearml-agent 1.0.0, python 3.6) File "/home/machine/.clearml/ven...
2 years ago
0 Votes
4 Answers
468 Views
0 Votes 4 Answers 468 Views
Hey, I would like my experiment to call at some point a CLI program installed as a dependency of the experiment. Here is what I do: myTask = Task.init(...) i...
3 years ago
0 Votes
27 Answers
518 Views
0 Votes 27 Answers 518 Views
Hi, similar to Task.set_offline(True), is there a way to simulate an execution in an agent? (for testing purposes)
one year ago
0 Votes
3 Answers
490 Views
0 Votes 3 Answers 490 Views
Hi, I have several long running experiments failing with Process failed, exit code -9 and no other error with clearml 1.0.4 and clearml-agent 1.0.0, what cou...
2 years ago
0 Votes
19 Answers
581 Views
0 Votes 19 Answers 581 Views
one year ago
0 Votes
1 Answers
526 Views
0 Votes 1 Answers 526 Views
Hi, there is a small bug with auto-refreshing in the DEBUG SAMPLES Tab of the Web UI: If it is ON, then it will always force the first series to be displayed...
2 years ago
0 Votes
5 Answers
477 Views
0 Votes 5 Answers 477 Views
Hi, I have a long running experiment that was running on AWS instance that got killed after ~4 days with the following reason: STATUS REASON: Forced stop (no...
2 years ago
0 Votes
7 Answers
591 Views
0 Votes 7 Answers 591 Views
Hi, I deleted all archived experiments in a project and I just realized all experiments of all projects were deleted (clearml server v1.0.0) πŸ€”
2 years ago
0 Votes
8 Answers
572 Views
0 Votes 8 Answers 572 Views
Hi guys, is a Task updating its status to 'Complete' before finishing to upload its artifacts/metrics in the background?
3 years ago
0 Votes
17 Answers
532 Views
0 Votes 17 Answers 532 Views
2 years ago
0 Votes
2 Answers
501 Views
0 Votes 2 Answers 501 Views
Hi guys; another idea: would be very cool to have a mattermost alert (monitor task), just like the one for Slack. Have a nice week-end all πŸ‘‹
3 years ago
0 Votes
7 Answers
509 Views
0 Votes 7 Answers 509 Views
Hi, I think there is a small bug in the Experiment running time column of the workers-and-queues/workers page: they do not match the time reported in the exp...
2 years ago
0 Votes
4 Answers
617 Views
0 Votes 4 Answers 617 Views
2 years ago
0 Votes
10 Answers
517 Views
0 Votes 10 Answers 517 Views
Hi guys, any plan to integrate the https://github.com/allegroai/trains-agent/blob/master/examples/dynamic_cloud_cluster.ipynb in trains-server? The code ther...
3 years ago
0 Votes
0 Answers
574 Views
0 Votes 0 Answers 574 Views
Hello, Pytorch 1.8 was released, bringing AMD wheels with it > pip install torch -f https://download.pytorch.org/whl/rocm4.0.1/torch_stable.html Is ClearML s...
3 years ago
0 Votes
26 Answers
604 Views
0 Votes 26 Answers 604 Views
Hi, I would like to follow-up in this https://clearml.slack.com/archives/CTK20V944/p1646123127790389 happening on clearml server 1.2.0 (self hosted on a sing...
one year ago
0 Votes
5 Answers
511 Views
0 Votes 5 Answers 511 Views
Does trains 0.16 supports pip >=20.2?
3 years ago
0 Votes
5 Answers
534 Views
0 Votes 5 Answers 534 Views
one year ago
0 Votes
3 Answers
495 Views
0 Votes 3 Answers 495 Views
Hi quick question: does Task.connect_configuration support OmegaConf DictConfig objects? ie. Can I do: config = train_task.connect_configuration(OmegaConf.lo...
one year ago
0 Votes
2 Answers
517 Views
0 Votes 2 Answers 517 Views
Is there an option to make trains-agent create experiment virtualenvs with --system-site-packages parameter?
3 years ago
0 Votes
15 Answers
512 Views
0 Votes 15 Answers 512 Views
Hi, how can I get the logs from the pytorch ignite early stopping handler to be logged in clearml?
3 years ago
0 Votes
5 Answers
492 Views
0 Votes 5 Answers 492 Views
Hey there, since which version, clearml stops connecting to the demo server by default?
2 years ago
0 Votes
5 Answers
550 Views
0 Votes 5 Answers 550 Views
3 years ago
Show more results questions
0 Hi There, I Have A Problem With Pyjwt: I Am Using

I can ssh into the agent and:
source /trains-agent-venv/bin/activate (trains_agent_venv) pip show pyjwt Version: 1.7.1

3 years ago
0 Hello, I Am Getting `Valueerror: Could Not Get Access Credentials For '

I'll try to pass these values using the env vars

3 years ago
0 Hi There,

Update: I successfully isolated one of the reason, mem leak in matplotib itself, I opened an issue on their repo here

10 months ago
0 Hi, I Have An Agent That Is Running Two Experiments At The Same Time: One That Was Running For A Long Time (11H) And One That The Agent Picked Up Afterwards, While The First One Was Still Running. Context: I Have 3 Agents Up (Not In Docker Mode) And All O

When an experiment on trains-agent-1 is finished, I see randomly no experiment/long experiment and when two experiments are running, I see randomly one of the two experiments

3 years ago
0 Hi Guys; Another Idea: Would Be Very Cool To Have A Mattermost Alert (Monitor Task), Just Like The One For Slack. Have A Nice Week-End All

Interesting! Something like that would be cool yes! I just realized that custom plugins in Mattermost are written in Go, could be a good hackday for me πŸ˜„ to learn go

3 years ago
0 Hi, I Have An Agent That Is Running Two Experiments At The Same Time: One That Was Running For A Long Time (11H) And One That The Agent Picked Up Afterwards, While The First One Was Still Running. Context: I Have 3 Agents Up (Not In Docker Mode) And All O

This is consistent: Each time I send a new task on the default queue, if trains-agent-1 has only one task running (the long one), it will pick another one. If I add one more experiment in the queue at that point (trains-agent-1 running two experiments at the same time), that experiment will stay in queue (trains-agent-2 and trains-agent-3 will not pick it because they also are running experiments)

3 years ago
0 Looks Like Trains-Agent 0.16

Thanks, I will create an issue. I am fine with both ways :)

3 years ago
0 Hi, One More Question: When Creating A Task With Task.Init(), We Can Specify The

I still don't see why you would change the type of the cloned Task, I'm assuming the original Task had the correct type, no?

Because it is easier for me that I create a training task out of the controller task by cloning it (so that parameters are prefilled and I can set the parent task id)

3 years ago
0 Hi, I Just Updated Clearml-Server To 1.1.0 And Got The Following Error When Starting It With Docker-Compose:

I did change the replica setting on the same index yes, I reverted it back from 1 to 0 afterwards

2 years ago
0 Hi, I Would Like To Use Pytorch3D==0.5.0 With Torch==1.9.1 On Cuda Version 110, Locally It Works, But The Clearml Agent Fails Setting Up The Environment With The Following Error:

Hi AgitatedDove14 , Here is the full log.
Both python versions (local and remote) are python 3.6 Locally (macos), I get pytorch3d== (from versions: 0.0.1, 0.1.1, 0.2.0, 0.2.5, 0.3.0, 0.4.0, 0.5.0) Remotely (Ubuntu), I get (from versions: 0.0.1, 0.1.1, 0.2.0, 0.2.5, 0.3.0)So I guess it’s not related to clearml-agent really, rather pip that cannot find the proper wheel for ubuntu for latest versions of pytorch3d, right? If yes, is there a way to build the wheel on the remote machine...

2 years ago
0 Hi There! Is There An Easy Way To Retrieve The Site-Package Directory That Was Created By An Agent From Inside A Task? Eg.

Yea again I am trying to understand what I can do with what I have πŸ˜„ I would like to be able to export as an environment variable the runtime where the agent is installing, so that one app I am using inside the Task can use the python packages installed by the agent and I can control the packages using clearml easily

one year ago
0 Hey There, Is It Possible For A Clearml Pipeline Step To Log A Folder Instead Of Numpy/Pickle Objects? Looking At The Docs,

I also would like to avoid any copy of these artifacts on s3 (to avoid double costs, since some folders might be big)

one year ago
3 years ago
3 years ago
Show more results compactanswers