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 3 months ago

Reputation

0

Badges 1

970 × Eureka!
0 Votes
26 Answers
275 Views
0 Votes 26 Answers 275 Views
Hi, I attached an IAM role to an ec2 instance to grant access to an s3 bucket. The ec2 instance is running a clearml-agent (v1.1.0). I didn’t specify any key...
aws
one year ago
0 Votes
19 Answers
240 Views
0 Votes 19 Answers 240 Views
8 months ago
0 Votes
30 Answers
176 Views
0 Votes 30 Answers 176 Views
Hello, I am getting ValueError: Could not get access credentials for ' s3://my-bucket ' , check configuration file ~/trains.conf but I did specify them in my...
2 years ago
0 Votes
1 Answers
175 Views
0 Votes 1 Answers 175 Views
Hi there, would it be possible to add some Neural Architecture Search example, as for the HyperParameter Optimizer examples?
2 years ago
0 Votes
17 Answers
196 Views
0 Votes 17 Answers 196 Views
Hello, I am trying to retrieve a simple dict artifact uploaded in a previous task with task.upload_artifact("my_dict", dict(foo="bar")) in a second task. I t...
3 years ago
0 Votes
1 Answers
185 Views
0 Votes 1 Answers 185 Views
Is it possible to shutdown the clearml server, upgrade to v1, restart it while experiments are running? Or is it dancing with the devil? 😄
2 years ago
0 Votes
5 Answers
190 Views
0 Votes 5 Answers 190 Views
Does trains 0.16 supports pip >=20.2?
3 years ago
0 Votes
5 Answers
192 Views
0 Votes 5 Answers 192 Views
Hello, I have a small question regarding UI: Currently, in the artifacts section of a task, the FILE PATH displayed for artifacts stored in s3 are displayed ...
2 years ago
0 Votes
1 Answers
202 Views
0 Votes 1 Answers 202 Views
2 years ago
0 Votes
0 Answers
202 Views
0 Votes 0 Answers 202 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...
2 years ago
0 Votes
5 Answers
213 Views
0 Votes 5 Answers 213 Views
Quick question: How can I clone a task and change the cloned task type? I see no Task.set_type() function
2 years ago
0 Votes
30 Answers
174 Views
0 Votes 30 Answers 174 Views
Hi there 🙂 Task.get_parameters() returns an empty dict from within a trains-agent task being executed. When I execute it outside, it works properly. Is it i...
3 years ago
0 Votes
1 Answers
185 Views
0 Votes 1 Answers 185 Views
Hi, in the "Choose compared experiments" view of the WebUI, would it be possible to add a toggle to include archived experiments in the results of the search...
11 months ago
0 Votes
3 Answers
211 Views
0 Votes 3 Answers 211 Views
Hey guys, quick question: is there a tool function to know if a task id is valid? Not verifying that the task itself exists, just that the task id is the cor...
2 years ago
0 Votes
2 Answers
210 Views
0 Votes 2 Answers 210 Views
Hey there again, I am not sure to understand what is the difference between StorageManager and StorageHelper and which one to use?
3 years ago
0 Votes
10 Answers
226 Views
0 Votes 10 Answers 226 Views
Hi, on clearml-server 1.5.0, in scalar graphs, the new default value is “Show closest data on hover”. Would it be possible to make it automatically set to “C...
one year ago
0 Votes
8 Answers
219 Views
0 Votes 8 Answers 219 Views
Hi, I would like to create backups of my trains-server periodically. I was thinking about creating a service task under the devops project. The backup task w...
2 years ago
0 Votes
3 Answers
202 Views
0 Votes 3 Answers 202 Views
Hey there, Does trains support clicks ? (entry points defined with that library)
3 years ago
0 Votes
14 Answers
199 Views
0 Votes 14 Answers 199 Views
2 years ago
0 Votes
1 Answers
191 Views
0 Votes 1 Answers 191 Views
The Markdown editor for documenting projects is so great, I love it 🤩
2 years ago
0 Votes
9 Answers
218 Views
0 Votes 9 Answers 218 Views
Another strange behavior of the python SDK CLI: after executing python my_task.py, where my_task.py creates and send to the queue an experiment, the command ...
2 years ago
0 Votes
1 Answers
222 Views
0 Votes 1 Answers 222 Views
Hi, how can I easily start a shell script from within an experiment and have its logs (stdin/err) logged in clearml?
one year ago
0 Votes
1 Answers
198 Views
0 Votes 1 Answers 198 Views
Hi, I encounter the following bug with clearml 0.17.5rc2: When I start a task locally and that task raises cuda out of memory, the command returns but the pr...
2 years ago
0 Votes
12 Answers
177 Views
0 Votes 12 Answers 177 Views
Hi, where can I find the server parameter to control when the server is unregistering an agent after not receiving updates? Currently it's quite long (30mins...
4 months ago
0 Votes
2 Answers
188 Views
0 Votes 2 Answers 188 Views
Hey there! I would like to use the function task.set_project in the following way: my_task.set_project("Top level project/second level project") `` Top level...
one year ago
0 Votes
3 Answers
213 Views
0 Votes 3 Answers 213 Views
Hi, is clearml-server compatible with latest versions of ES ( > 7.6.2)?
2 years ago
0 Votes
5 Answers
183 Views
0 Votes 5 Answers 183 Views
one year ago
0 Votes
2 Answers
289 Views
0 Votes 2 Answers 289 Views
Hi, is there a way to control after how much time an agent that went down is removed from the web-ui? I find the current value too high for my needs
8 months ago
0 Votes
17 Answers
210 Views
0 Votes 17 Answers 210 Views
one year ago
0 Votes
2 Answers
201 Views
0 Votes 2 Answers 201 Views
Hi there, congrats for releasing v1 😄 I observed that with pytorch ignite (4.2.0), the metrics of the validation engines are delayed by one epoch. I am not ...
2 years ago
Show more results questions
0 Hello, I Have A Small Question Regarding Ui: Currently, In The Artifacts Section Of A Task, The

Or even better: would it be possible to have a support for HTML files as artifacts?

2 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

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, 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

Some more context: the second experiment finished and now, in the UI, in workers&queues tab, I see randomly
trains-agent-1 | - | - | - | ... (refresh page) trains-agent-1 | long-experiment | 12h | 72000 |

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

So two possible cases for trains-agent-1: either:
It picks a new experiment -> show randomly one of the two experiments in the "workers" tab no new experiment in default queue to start -> show randomly no experiment or the one that it is running

3 years ago
3 years ago
0 Hi Guys, Following Up On This

it should return the task regardless if it is complete or not

3 years ago
0 Hi There, I Have A Problem With Pyjwt: I Am Using

Note: I can verify that post_packages is well picked up by the trains-agent, since in the experiment log I see:
agent.package_manager.type = pip agent.package_manager.pip_version = \=\=20.2.3 agent.package_manager.system_site_packages = true agent.package_manager.force_upgrade = false agent.package_manager.post_packages.0 = PyJWT\=\=1.7.1

2 years ago
0 Hi There, I Have A Problem With Pyjwt: I Am Using

Hi SuccessfulKoala55 , yes indeed

2 years ago
0 Hi There, I Have A Problem With Pyjwt: I Am Using

so most likely one hard requirement installs the version 2 of pyjwt while setting up the experiment

2 years ago
0 Hi There, I Have A Problem With Pyjwt: I Am Using

but the post_packages does not reinstalls the version 1.7.1

2 years ago
0 Hi There, I Have A Problem With Pyjwt: I Am Using

Ok, by setting PyJWT==1.7.1 in the setup.py of the experiment pip did not enforced the update

2 years ago
0 Hi There, I Have A Problem With Pyjwt: I Am Using

yes -> but I still don't understand why the post_packages didn't work, could be worth investigating

2 years ago
0 Hi There, I Have A Problem With Pyjwt: I Am Using

hooo now I understand, thanks for clarifying AgitatedDove14 !

2 years ago
0 Hi, How Can I Get The Logs From The Pytorch Ignite Early Stopping Handler To Be Logged In Clearml?

AgitatedDove14 So in the https://pytorch.org/ignite/_modules/ignite/handlers/early_stopping.html#EarlyStopping class I see that some infos are logged (in the __call__ function), and I would like to have these infos logged by clearml

2 years ago
0 Hello, I Have A Small Question Regarding Ui: Currently, In The Artifacts Section Of A Task, The

AgitatedDove14 WOW, thanks a lot! I will dig into that 🚀

2 years ago
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

2 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

here is the function used to create the task:

` def schedule_task(parent_task: Task,
task_type: str = None,
entry_point: str = None,
force_requirements: List[str] = None,
queue_name="default",
working_dir: str = ".",
extra_params=None,
wait_for_status: bool = False,
raise_on_status: Iterable[Task.TaskStatusEnum] = (Task.TaskStatusEnum.failed, Task.Ta...

3 years ago
3 years ago
0 Got Some Errors While Running Migration Script From Es5 To Es7:

as for disk space: I have 21Gb available (8Gb used), /opt/trains/data folder is about 600Mo

3 years ago
0 Got Some Errors While Running Migration Script From Es5 To Es7:

AppetizingMouse58 After some thoughts, we decided to install from scratch 0.16, with no data migration, because we believe this was an edge case not worth spending efforts on. Thank you very much for your help there, very appreciated. You guys rock! 🙂

3 years ago
0 Hi There! I Have A Question Regarding S3 Access: I Created A S3 User With Read/Write Access But Not Delete, And Trains Seems To Requires Delete Permissions (See Errors Below). Why Does It Need Delete Permissions?

I actually need to be able to overwrite files, so in my case it makes sense to give the Deleteobject permission in s3. But for other cases, why not simply catch this error, display a warning to the user and store internally that delete is not possible?

3 years ago
Show more results compactanswers