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
SourLion48
Moderator
15 Questions, 56 Answers
  Active since 10 January 2023
  Last activity 9 months ago

Reputation

0

Badges 1

55 × Eureka!
0 Votes
0 Answers
943 Views
0 Votes 0 Answers 943 Views
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hello Everyone, when I try to connect to clearml server but I put a wrong url, I see this error and it keeps on trying. Shouldn't I see some kind of error te...
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
That is after I copied and pasted my configuration from clearml server.
3 years ago
0 Votes
0 Answers
613 Views
0 Votes 0 Answers 613 Views
Hello everyone
9 months ago
0 Votes
2 Answers
887 Views
0 Votes 2 Answers 887 Views
Hello. I have an issue where clearml doesn't read from uncommitted changes. I changed the batch size locally and started training. When I check it in Executi...
9 months ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hello everyone, When I try to connect to my clearml server using clearml-init, I encounter this error.
3 years ago
0 Votes
1 Answers
477 Views
0 Votes 1 Answers 477 Views
Hello everyone, I have a github repository and a sub repository which is cloned under the parent repository. The parent repository is checking out from the b...
7 months ago
0 Votes
19 Answers
1K Views
0 Votes 19 Answers 1K Views
one year ago
0 Votes
13 Answers
847 Views
0 Votes 13 Answers 847 Views
I have a problem where my clearml doesn't pick up from uncommitted changes. It used to work for a long time, but now it is not working. What am I missing?
9 months ago
0 Votes
13 Answers
933 Views
0 Votes 13 Answers 933 Views
Hello everyone, I encountered the following error when I tried to clearml-init on ubuntu 24 Retrying (Retry(total=0, connect=None, read=None, redirect=None, ...
one year ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Enter user access key: Enter user secret: Verifying credentials ... Error: could not verify credentials: key= secret= Exiting setup without creating configur...
3 years ago
0 Votes
25 Answers
1K Views
0 Votes 25 Answers 1K Views
one year ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hello, how can increase the number of debug samples to be recorded in one training?
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hello everybody. I have a question about autoscaler. I have an autoscaler that is started by a python script. When I start the task with task.enqueue('queue'...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
That is from documentation, https://clear.ml/docs/latest/docs/fundamentals/logger/ . How can I stop the earlier debug samples from being deleted even if I tr...
3 years ago
0 Hello Everyone, When I Try To Connect To My Clearml Server Using Clearml-Init, I Encounter This Error.

It doesn't work when I insert the credentilas individually either. I am using EC2 as clearml server.

3 years ago
0 Hello Everyone, I Encountered The Following Error When I Tried To

deployed it myself. It worked fine before I changed to ubuntu24.04 yesterday. We have been using clearml for years this way

one year ago
0 Hello. I Have An Issue Where Clearml Doesn'T Read From Uncommitted Changes. I Changed The Batch Size Locally And Started Training. When I Check It In

You are right. But, I have to start it from draft in the UI to do that, right? I mean, clone and restart.

9 months ago
0 I Have A Problem Where My Clearml Doesn'T Pick Up From Uncommitted Changes. It Used To Work For A Long Time, But Now It Is Not Working. What Am I Missing?

Okay. thanks. But, about the overriding, I tried committing and when commited it works. So, I think that means the configuration is not overriden else where.

9 months ago
0 I Have A Problem Where My Clearml Doesn'T Pick Up From Uncommitted Changes. It Used To Work For A Long Time, But Now It Is Not Working. What Am I Missing?

Another very related question is, does uncommitted changes work for sub modules as well? I mean, when there is a directory from a different repository cloned as a submodule.

9 months ago
0 Hello, I Have Clearml Autoscaler Setup. Previously, When A New Task Comes Up, An Already Running Worker (If There Is), Will Take It, Apply The New Commit And Run The Task. Now, I Get An Error. So, I Can'T Run A Task On An Already Running Worker. It Has To
import yaml
from clearml.automation.auto_scaler import AutoScaler, ScalerConfig
from gcp_driver import GCPDriver

with open('gcp_autoscaler.yaml') as f:
    conf = yaml.load(f, Loader=yaml.SafeLoader)

    driver = GCPDriver.from_config(conf)

    conf = ScalerConfig.from_config(conf)
    autoscaler = AutoScaler(conf, driver)
    autoscaler.start()

That is the python code.

one year ago
0 Hello, I Have Clearml Autoscaler Setup. Previously, When A New Task Comes Up, An Already Running Worker (If There Is), Will Take It, Apply The New Commit And Run The Task. Now, I Get An Error. So, I Can'T Run A Task On An Already Running Worker. It Has To

or can I put something like the following in clearml.conf?

cat << EOF >> ~/clearml.conf
agent.enable_git_ask_pass=true
agent.git_user="{GIT_USER}"
agent.git_pass="{GIT_PASSWORD}"

The

agent.git_user="{GIT_USER}"
agent.git_pass="{GIT_PASSWORD}"

already existed. I only added

`agent.enable_git_ask_pass=true
one year ago
0 Hello, I Have Clearml Autoscaler Setup. Previously, When A New Task Comes Up, An Already Running Worker (If There Is), Will Take It, Apply The New Commit And Run The Task. Now, I Get An Error. So, I Can'T Run A Task On An Already Running Worker. It Has To
created virtual environment CPython3.10.13.final.0-64 in 511ms
  creator CPython3Posix(dest=/root/.clearml/venvs-builds/3.10, clear=False, no_vcs_ignore=False, global=True)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv)
    added seed packages: pip==23.3.1, setuptools==69.0.2, wheel==0.42.0
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
...
one year ago
0 Hello Everyone, When I Try To Connect To My Clearml Server Using Clearml-Init, I Encounter This Error.

Sorry, It just worked now. I think It was slow internet connection issue. It just went away today.

3 years ago
0 Hello Everyone, I Encountered The Following Error When I Tried To

It works on other machines. Can I clearml-init on a virtual environment? I installed clearml in a virtual environment.

one year ago
Show more results compactanswers