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
AbruptCow41
Moderator
6 Questions, 77 Answers
  Active since 10 January 2023
  Last activity 12 days ago

Reputation

0

Badges 1

35 × Eureka!
0 Votes
6 Answers
571 Views
0 Votes 6 Answers 571 Views
Hi! How can I force clearml to find my repo? My current repo structure is like this: - backend - frontend - ml - …Since I work only on the ml folder I launch...
10 months ago
0 Votes
3 Answers
553 Views
0 Votes 3 Answers 553 Views
Hi! I have a dataset like this: v1.0.0 - file_1.csv - file_2.csvv1.0.1 - file_2.csv - file_3.csvv1.0.2 - file_3.csv - file_4.csvHow can I get a new dataset w...
10 months ago
0 Votes
17 Answers
558 Views
0 Votes 17 Answers 558 Views
2 years ago
0 Votes
0 Answers
660 Views
0 Votes 0 Answers 660 Views
congrats! https://github.com/ultralytics/yolov5/tree/master/utils/loggers/clearml
one year ago
0 Votes
15 Answers
601 Views
0 Votes 15 Answers 601 Views
2 years ago
0 Votes
18 Answers
567 Views
0 Votes 18 Answers 567 Views
Hi! I’m running an experiment as follows: create argparser -> args Task.init (default args) call train(args)Then I clone it and change the parameters in the ...
one year ago
0 Hi! I’M Running An Experiment As Follows:

right, but it’d still try to install it

one year ago
0 Hi! I’Ve Been Using Clearml For Some Time In My Previous Company, But I Have A New Job Now, And Naturally I Want To Continue Using It And Hopefully Convince My Team Mates! But I Couldn’T Set The Clearml-Server Docker. We Are Discouraged From Using

oh but docker-ps shows me 8081 ports for webserver, apiserver and fileserver containers
` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0b3f563d04af allegroai/clearml:latest "/opt/clearml/wrappe…" 7 minutes ago Up 7 minutes 8008/tcp, 8080-8081/tcp, 0.0.0.0:8080->80/tcp, :::8080->80/tcp clear...

2 years ago
0 Hi! I Have A Dataset Like This: V1.0.0

that depends…would that only keep the latest version of each file?

10 months ago
0 Hi! I’M Running An Experiment As Follows:

Hi AgitatedDove14 , I’m talking about the following pip install.
After that pip install, it displays agent’s conf, shows installed packages, and launches the task (no installation)
` Running in Docker mode (v19.03 and above) - using default docker image: spoter ['-e CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL=1', '-e CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=1']
Running task '3ebb680b17874cda8dc7878ddf6fa735'
Storing stdout and stderr log to '/tmp/.clearml_agent_out.tsu2tddl.txt', '/tmp/.clearml_agent_o...

one year ago
0 Hi! I’M Running An Experiment As Follows:

before the repo was already in the docker, but now it is running the agent inside the docker (so setting a virtualenv, and cloning the repo, and installing the packages)

one year ago
0 Hi! I’M Running An Experiment As Follows:

the problem was docker, that had as entrypoint a bash script with python train.py --epochs=300 hardcoded, so I guess it was never acutally running the task setup from clearml.

one year ago
0 Hi! I’M Running An Experiment As Follows:

great! and I saw that there were some system packages needed for opencv that were installed automatically that could be turned off. Now I’m just wondering if I could remove the PIP install at the very beginning, so it starts straightaway

one year ago
0 Hi! I’M Running An Experiment As Follows:

not that much, I was just wondering if it was possible :-)

one year ago
0 Hi! I’M Running An Experiment As Follows:

Thanks TimelyPenguin76 for your answer! So indeed it was mounting it, and how do I check that “CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL” is working in my agent in docker?

one year ago
0 Hi! I’M Running An Experiment As Follows:

Thanks for your answer, but it didn’t work 😕

one year ago
0 Hi! I’Ve Been Using Clearml For Some Time In My Previous Company, But I Have A New Job Now, And Naturally I Want To Continue Using It And Hopefully Convince My Team Mates! But I Couldn’T Set The Clearml-Server Docker. We Are Discouraged From Using

ok, I entered the container, replaced all 8081 to 8085 in every file, commited the container and changed the docker-compose.yml to use that image instead of the allegroai/clearml:latest and now it works 🙂

2 years ago
0 Hi! How Can I Force Clearml To Find My Repo? My Current Repo Structure Is Like This:

I could map the root folder of the repo into the container, but that would mean everything ends up in there

10 months ago
0 Hi! How Can I Force Clearml To Find My Repo? My Current Repo Structure Is Like This:

so when inside the docker, I don’t see the git repo and that’s why ClearML doesn’t see it

10 months ago
0 Hi, I'M Trying To Upload Data To Clearml Parallelly. Is It Impossible To Use

I’m suggesting MagnificentWorm7 to do that yes, instead of adding the files to a ClearML dataset in each step

2 years ago
0 Hi, I'M Trying To Upload Data To Clearml Parallelly. Is It Impossible To Use

would it be possible to change de dataset.add_files to some function that moves your files to a common folder (local or cloud), and then use the last step in the dag to create the dataset using that folder?

2 years ago
0 Hi! Is There A Way To Export The Credentials Of The Aws Account Only During The Creation Of The Docker? I Don’T Want Every User In My Team To Know The Credentials To Access S3 Buckets. I Just Want Them To Be Able To Write In The Bucket Without The Credent

it would be easier for a sysadmin to center the credentials of the bucket in the clearml-server, without the need to distribute them…every user in the server has the same credentials, and they don’t need to know them..makes sense?

2 years ago
Show more results compactanswers