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

Reputation

0

Badges 1

606 × Eureka!
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi everyone, how can I check programmatically whether a task is running remotely and how can I get the hostname? Additionally, retrieving the user name that ...
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi everyone, I have a question that is not directly related to ClearML: What is the best way to start clearml-server and clearml-agents at startup of a Ubunt...
3 years ago
0 Votes
2 Answers
842 Views
0 Votes 2 Answers 842 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...
one year ago
0 Votes
21 Answers
1K Views
0 Votes 21 Answers 1K Views
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
3 years ago
Show more results questions
0 Is There A Reason

The current behavior is not fail safe.

3 years ago
0 Hello! Since Today I Get

I just started a task from this environment and it fails on the agent.

3 years ago
0 Hi Everyone, Is It Possible To Show The Upload Progress Of Artificats? E.G. I Use

Yea, and the script ends with clearml.Task - INFO - Waiting to finish uploads

3 years ago
0 Hi Everyone, Is It Possible To Show The Upload Progress Of Artificats? E.G. I Use

So my network seems to be fine. Downloading artifacts from the server to the agents is around 100 MB/s, while uploading from the agent to the server is slow.

3 years ago
0 Hi Everyone, Is It Possible To Show The Upload Progress Of Artificats? E.G. I Use

An upload of 11GB took around 20 hours which cannot be right. Do you have any idea whether ClearML could have something to do with this slow upload speed? If not I am going to start debugging with the hardware/network.

3 years ago
0 Hi Everyone, Is It Possible To Show The Upload Progress Of Artificats? E.G. I Use

But it is not related to network speed, rather to clearml. I simple file transfer test gives me approximately 1 GBit/s transfer rate between the server and the agent, which is to be expected from the 1Gbit/s network.

3 years ago
0 Hi Everyone, Is It Possible To Show The Upload Progress Of Artificats? E.G. I Use

Yea, correct! No problem. Uploading such large artifacts as I am doing seems to be an absolute edge case 🙂

3 years ago
0 Hi Everyone, Is It Possible To Show The Upload Progress Of Artificats? E.G. I Use

I guess this is from clearml-server and seems to be bottlenecking artifact transfer speed.

3 years ago
0 Any Idea Why I Would Be Getting The Following Error When Running A Task In A Clearml-Agent? (Python 3.7.9, Package_Manager.Type = Conda)

I just realized that I forgot again that I am using importlib and this is probably why everythings weird. I tried to reproduce the error was a smaller project and was not able to get the error again. Sorry for having wasted your time! 😐

3 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

Thanks for your help again. I will just use detect_with_conda_freeze: true . Seems like a perfect solution for me!

3 years ago
3 years ago
0 Hello Everyone, I Have A Question About Clearml-Agent + Ssh. I Have Valid Ssh Credentials In

I was wondering whether some solution is builtin in clearml, so I do not have to configure each server manually. However, from your answer I take that this is not the case.

3 years ago
0 Hello! Since Today I Get

I just wanna add: I can run this task on the same workstation with the same conda installation just fine.

3 years ago
0 Hello! Since Today I Get

Did not happen with conda 4.9.2

3 years ago
0 Hello! Since Today I Get

btw: I also tested the clearml-agent running on a different machine and with python 3.8 and I get the same problems.

3 years ago
0 Hello! Since Today I Get

Thank you! 🙂

3 years ago
3 years ago
0 Hello! Since Today I Get

So only short update for today: I did not yet start a run with conda 4.7.12.
But one question: Actually conda can not be at fault here, right? I can install pytorch just fine locally on the agent, when I do not use clearml(-agent)

3 years ago
0 Hello! Since Today I Get

This is the venc

3 years ago
0 Hello! Since Today I Get

Or there should be an early error for trying to run conda based tasks on pip agents

3 years ago
0 Hello! Since Today I Get

Can you ping me when it is updated in None so I can update my installation?

3 years ago
0 Hello! Since Today I Get

Would it help you diagnose this problem if I ran conda env create --file=environment.yml and see whether it works?

3 years ago
0 Hello! Since Today I Get

From the logs when ran with --foreground I I do not see any conda create command.

3 years ago
0 Hello! Since Today I Get

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

3 years ago
0 Hello! Since Today I Get

And how is

Summary - installed python packages: 
conda:
....

generated?

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

2 years ago
0 Hello!

To answer my own question: In the WebUI where one inputs the credentials, use https for the host instead of the auto-added http

2 years ago
3 years ago
0 Hello! Since Today I Get

Just tried: also works with 0.17.2

3 years ago
Show more results compactanswers