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
ReassuredTiger98
Moderator
95 Questions, 639 Answers
  Active since 10 January 2023
  Last activity 18 days ago

Reputation

0

Badges 1

606 × Eureka!
0 Votes
16 Answers
630 Views
0 Votes 16 Answers 630 Views
2 years ago
0 Votes
5 Answers
552 Views
0 Votes 5 Answers 552 Views
Also is there a way to just run a Dockerfile? So for example my project includes a Dockerfile in the top-level dir. When sending to the agent I would like it...
3 years ago
0 Votes
11 Answers
577 Views
0 Votes 11 Answers 577 Views
Hi again 🙂 Is there some documentation on what is actually "secured" via authentication in the self-hosted version? The fileservers for example seems to be ...
2 years ago
0 Votes
10 Answers
550 Views
0 Votes 10 Answers 550 Views
Is there a reason clearml will use the demo server when there is no ~/clearml.conf ? In my opinion this really has to be changed to throw an error instead. I...
2 years ago
0 Votes
2 Answers
620 Views
0 Votes 2 Answers 620 Views
2 years ago
0 Votes
4 Answers
565 Views
0 Votes 4 Answers 565 Views
2 years ago
0 Votes
30 Answers
572 Views
0 Votes 30 Answers 572 Views
It seems like ClearML Agent does not support arparse subparsers, right? https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.add_subparser...
2 years ago
0 Votes
4 Answers
551 Views
0 Votes 4 Answers 551 Views
Another question: How can I set the fileserver IP? E.g. I want the artifact locations to point to my proxy server, so that I can support SSL
2 years ago
0 Votes
1 Answers
588 Views
0 Votes 1 Answers 588 Views
Can someone confirm it is not possible to logout with fixed users with the current clearml-server? Logout Failed Unable to find endpoint for name login.logou...
2 years ago
0 Votes
19 Answers
625 Views
0 Votes 19 Answers 625 Views
Any idea why only a single instance of mujoco can be run with clearml-agent? I run 2 clearm-agents, one per GPU on my workstation. However, the second task f...
3 years ago
0 Votes
8 Answers
437 Views
0 Votes 8 Answers 437 Views
What is the current state of deleting debug samples? I use s3/minio as my fileserver. If I delete tasks from the UI, are debug samples deleted on S3? If I ru...
7 months ago
0 Votes
2 Answers
438 Views
0 Votes 2 Answers 438 Views
7 months ago
0 Votes
7 Answers
679 Views
0 Votes 7 Answers 679 Views
I am trying to plot values that are either 0 or 1 (with tensorboardx.add_scalar). However, it doesn't show correctly. Any idea why? (smoothing is 0)
2 years ago
0 Votes
10 Answers
680 Views
0 Votes 10 Answers 680 Views
Hello everyone, where does the clearml-services agent come from? Are experiments executed directly on the server? Or did I start it somehow and forgot it? If...
3 years ago
0 Votes
2 Answers
412 Views
0 Votes 2 Answers 412 Views
Hi everyone, I want to retrieve some scalars at specific iterations from ClearML. I found Task.get_all_reported_scalars and Task.get_reported_scalars . Howev...
7 months ago
0 Votes
6 Answers
648 Views
0 Votes 6 Answers 648 Views
2 years ago
0 Votes
4 Answers
645 Views
0 Votes 4 Answers 645 Views
Are "delete" calls to the API Server blocking, i.e. does the server answer instantly or only after the delete has been completed? I am asking this because my...
one year ago
0 Votes
2 Answers
409 Views
0 Votes 2 Answers 409 Views
Hey guys 🙂 I am wondering what is the best way to make a clearml-server deployment robust? E.g. let's say my server may become unavailable because of a hard...
8 months ago
0 Votes
3 Answers
552 Views
0 Votes 3 Answers 552 Views
When an environment variable is tracked via TRAINS_LOG_ENVIRONMENT="MYENVVAR" will it then be used by the clearml-agent? My env variable is tracked in the GU...
3 years ago
0 Votes
3 Answers
540 Views
0 Votes 3 Answers 540 Views
What does agent.package_manager.type actually do? I am wondering what happens, if my project uses a package that is only available either on pip or with cond...
3 years ago
0 Votes
2 Answers
470 Views
0 Votes 2 Answers 470 Views
8 months ago
0 Votes
17 Answers
641 Views
0 Votes 17 Answers 641 Views
I am trying PyTorch Nightly again with Python 3.10. Works fine locally, but fails on clearml-agent in docker mode. ERROR: Ignored the following versions that...
11 months ago
0 Votes
2 Answers
573 Views
0 Votes 2 Answers 573 Views
Hi everyone, I saw a new entry in docker-compose: async_delete Can someone tell me, what this is for (there seems to be not documentation or pull request) an...
one year ago
0 Votes
30 Answers
574 Views
0 Votes 30 Answers 574 Views
Did someone here already try the https://ngc.nvidia.com/catalog/containers/nvidia:pytorch with clearml? It seems like there is a base conda environmenet wher...
2 years ago
0 Votes
2 Answers
283 Views
0 Votes 2 Answers 283 Views
5 months ago
0 Votes
30 Answers
579 Views
0 Votes 30 Answers 579 Views
Can someone point me whether/how the services-agent the starts with the clearml-server mounts the .ssh directory for accessing a private git repository from ...
2 years ago
0 Votes
3 Answers
627 Views
0 Votes 3 Answers 627 Views
one year ago
0 Votes
2 Answers
567 Views
0 Votes 2 Answers 567 Views
Is there some is_executed_remotely function in clearml?
2 years ago
0 Votes
5 Answers
676 Views
0 Votes 5 Answers 676 Views
one year ago
0 Votes
28 Answers
708 Views
0 Votes 28 Answers 708 Views
Hi everyone, I am having problems getting PyTorch Nightly (for torch 2.0 preview) to run on clearml-agent. Here is my log. Maybe someone sees what the issue ...
one year ago
Show more results questions
0 Anyone Else Experiencing That Tasks That Fail Are Not Shown As "Failed", But Instead Keep On Running And Hogging The Clearml-Agent?

Latest version for everything. I will message you again, if I encounter this problem again.

2 years ago
0 Another Question: Is It Possible To Read The Dependencies Manually From A Conda Environment.Yml? It Seems Like Clearml Is Not Able To Fetch The Dependencies Correctly When

Don't know whether I do something wrong. Locally it works, but when executed via queue I get:

` File "run_task.py", line 14, in <module>
main()
File "run_task.py", line 9, in main
printme = importlib.import_module("some_package.file_to_import").printme
File "/home/tim/.clearml/venvs-builds/3.7/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd...

3 years ago
0 Anyone Here With Any Idea Why My Service Tasks Get Aborted When Going To Sleep?

@<1523701435869433856:profile|SmugDolphin23> Good catch. I have a good but unsatisfying message for you guys: I restarted the whole machine (server and agent) and now it works fine ...

11 months ago
0 Anyone Here With Any Idea Why My Service Tasks Get Aborted When Going To Sleep?

With clearml==1.4.1 it works, but with the current version it aborts. Here is a log with latest clearml

11 months ago
0 I Found The Following Config Parameter (Related To Clearml-Data I Guess?):

Related to this: How does the local cache/agent cache work? Are the sdk.storage.cache parameters for the agent? When are datasets deleted from cache? When are datasets deleted if I run local execution?

3 years ago
0 I Found The Following Config Parameter (Related To Clearml-Data I Guess?):

Yea, is there a guarantee that the clearml-agent will not crash because it did not clean the cache in time?

3 years ago
0 Here Are Two More Questions:

But this seems like something that is not related to clearml 🙂 Anyways, thanks again for the explanations!

3 years ago
0 Here Are Two More Questions:

Yea, I don't do anything manually.

3 years ago
0 I Found The Following Config Parameter (Related To Clearml-Data I Guess?):

Thanks for the answer. So currently the cleanup is done based number of experiments that are cached? If I have a few big experiments, this could make my agents cache overflow?

3 years ago
0 I Found The Following Config Parameter (Related To Clearml-Data I Guess?):

I mean, could my hard drive not become full at some point? Can clearml-agent currently detect this?

3 years ago
0 I Have A Questions About Queue Priorities With Clearml-Agent. I Have Two Queues,

Makes sense, but it is not optimal if one of the agents is only able to handle tasks of a single queue (e.g. if the second agent can only work on tasks of type B).

3 years ago
0 I Have A Questions About Queue Priorities With Clearml-Agent. I Have Two Queues,

To summarize: The scheduler should assign tasks the the agent first, which gives a queue the highest priority.

3 years ago
0 I Have A Questions About Queue Priorities With Clearml-Agent. I Have Two Queues,

No. Here is a better example. I have two types of workstations: Type X can execute tasks of type A and B. Type Y can execute tasks of type B. This could be the case if type X workstations have for example more VRAM, newer drivers, etc...
I have two queues. Queue A and Queue B. I submit tasks of type A to queue A and tasks of type B to queue B.

Here is what can happen:
Enqueue the first task of type B. Workstations of type X will run this task. Enqueue the second task of type A. Workstation ...

3 years ago
0 I Have A Questions About Queue Priorities With Clearml-Agent. I Have Two Queues,

I see. Thank you very much. For my current problem giving priority according to queue priority would kinda solve it. For experimentation I will sometimes enqueue a task and then later enqueue a another one of a different kind, but what happens is that even though this could be trivially solved, I will have to wait for the first one to finish. I guess this is only a problem for people with small "clusters" where SLURM does not make sense, but no scheduling at all is also suboptimal.
However, I...

3 years ago
0 I Have A Questions About Queue Priorities With Clearml-Agent. I Have Two Queues,

I will read up on the services documentation then. Thank you very much for the help 🙂

3 years ago
3 years ago
0 Is There A Reason

The current behavior is not fail safe.

2 years ago
0 Is There A Reason

Wouldn't it be enough to just require a call to clearml-init and throw an error when running without clearml.conf which tells the user to run clearml-init first?

2 years ago
0 Hello!

Yes, that works fine. Just the http vs https was the problem. The UI will automatically change s3://<minio-address>:<port> to http://<minio-address>:<port> in http://myclearmlserver.org/settings/webapp-configuration . However what is needed for me is https://<minio-address>:<port>

one year ago
Show more results compactanswers