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
97 Questions, 644 Answers
  Active since 10 January 2023
  Last activity 7 months ago

Reputation

0

Badges 1

611 × Eureka!
0 Hello! Since Today I Get

I do not have a global cuda install on this machine. Everything except for the driver is installed via conda.

4 years ago
0 I Am Trying Pytorch Nightly Again With Python 3.10. Works Fine Locally, But Fails On Clearml-Agent In Docker Mode.

I mean that locally I was able to install the correct version without a problem.

2 years ago
0 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 Failes With One Of The Following Errors:

I forgot to add this:
` Here is my error:

Traceback (most recent call last):
File "src/run_gym.py", line 25, in <module>
print(os.environ["MUJOCO_GL"])
File "/home/tim/.clearml/venvs-builds/3.7/lib/python3.7/os.py", line 681, in getitem
raise KeyError(key) from None
KeyError: 'MUJOCO_GL' `
This is at the top of my script.

4 years ago
0 Hello! Since Today I Get

fyi: NVIDIA-SMI 460.56 Driver Version: 460.56 CUDA Version: 11.2

4 years ago
0 Hello! Since Today I Get

conda 4.9.2

4 years ago
0 Hello! Since Today I Get

Perfect, will try it. fyi: The conda_channels that I used are from clearml-agent init

4 years ago
0 Here Are Two More Questions:

And then also use priority_optional_packages: ["carla"]

4 years ago
0 Hello! Since Today I Get

For now I can tell you that with conda_freeze: true it fails, but with conda_freeze: false it works!

4 years ago
0 Hi, Although

For me this does not work (at least with nested tqdm bars, did not try single ones yet).

4 years ago
0 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 So How Do You Stop It/Restart It?

Okay, great! I just want to run the cleanup services, however I am running into ssh issues so I wanted to restart it to try to debug.

4 years ago
0 Hello! Since Today I Get

This is the venc

4 years ago
0 Is There A Reason Why All Clearml.Task Methods Regarding Requirements (E.G. Pip Requirements) Are Class Methods? Are Requirements Not Stored In A Task?

Maybe related question: Will there be some documentation about clearml internals with the new documentation? ClearML seems to store stuff that's relevant to script execution outside of clearml.Task if I am not mistaken. I would like to learn a little bit about what the code structure / internal mechanism is.

4 years ago
0 Another Quick Question About Fileservers And Clearml-Agent: Clearml-Agent Seems To Ignore The Output Destination Set In The Task Config

Or maybe a different question: What is not

Artifacts and Models. debug samples (or anything else the Logger class creates)

?

Also it is not possible to use multiple files server? E.g. log tasks on different S3 buckets without changing clearml.conf

2 years ago
Show more results compactanswers