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
StrongSeaturtle89
Moderator
12 Questions, 32 Answers
  Active since 04 April 2024
  Last activity 22 days ago

Reputation

0

Badges 1

12 × Eureka!
0 Votes
2 Answers
145 Views
0 Votes 2 Answers 145 Views
Hi there. quick question. if i deployed ClearML server on one AWS ec2, is it possible to train my model on other ec2 with gpu?
27 days ago
0 Votes
0 Answers
75 Views
0 Votes 0 Answers 75 Views
didnot find any example or configuration of ec2 except the autoscaler
27 days ago
0 Votes
0 Answers
60 Views
0 Votes 0 Answers 60 Views
same issue when run this example: examples/pipeline/pipeline_from_functions.py
24 days ago
0 Votes
0 Answers
64 Views
0 Votes 0 Answers 64 Views
does it mean I need to subscribe pro plan?
27 days ago
0 Votes
0 Answers
57 Views
0 Votes 0 Answers 57 Views
thanks
27 days ago
0 Votes
0 Answers
179 Views
0 Votes 0 Answers 179 Views
after adding a new one, I stop containers (docker-compose -f /opt/clearml/docker-compose.yml down) and start it again. the app credentials page is empty and ...
17 days ago
0 Votes
1 Answers
57 Views
0 Votes 1 Answers 57 Views
does that mean you will lose credentials if you restart clearml dockers?
17 days ago
0 Votes
0 Answers
77 Views
0 Votes 0 Answers 77 Views
not sure why the pipeline does not run step by step. any clues? thanks.
24 days ago
0 Votes
11 Answers
80 Views
0 Votes 11 Answers 80 Views
Hi there. i run example examples/pipeline/full_tabular_data_process_pipeline_example.py remotely (on aws ec2), i deploy clearml server at another ec2. after ...
aws
24 days ago
0 Votes
4 Answers
69 Views
0 Votes 4 Answers 69 Views
hi there. i just deployed clearML server to aws ec2 instance. after deployment following instructions, i got below errors from docker logs clearml-elastic {"...
aws
28 days ago
0 Votes
0 Answers
71 Views
0 Votes 0 Answers 71 Views
Hi, there. anybody knows where the APP credentials are saved in WebUI (settings -> Workspace -> app credentials)
17 days ago
0 Votes
1 Answers
80 Views
0 Votes 1 Answers 80 Views
anyone successfully deploys clearml server at one server, deploy agent at another server, and completes pipeline without error?
21 days ago
0 Hello. I'M Trying Out Self-Hosting With The Latest Version. Upon Spinning Up, Clearml-Elastic Errors-Out With:

also check apiserver and elastic logs and find if there are any errors.

14 days ago
22 days ago
0 Hi There. I Run Example
  • install packages from requirements.txt
22 days ago
0 Hello. I'M Trying Out Self-Hosting With The Latest Version. Upon Spinning Up, Clearml-Elastic Errors-Out With:

Try below options:

sudo chown -R 1000:1000 /opt/clearml

in docker-compose.yaml , elasticsearch -> volumes
Change
- /opt/clearml/data/elastic_7:/usr/share/elasticsearch/data
TO
- /opt/clearml/data/elastic_7:/var/lib/elasticsearch/data

15 days ago
0 Hi There. I Run Example

the log shows some steps:

  • copy repo from bitbucket
22 days ago
0 Hi There. I Run Example

yes. i followed the steps to spin up an agent. there is no other task in this queue.

23 days ago
0 Hello. I'M Trying Out Self-Hosting With The Latest Version. Upon Spinning Up, Clearml-Elastic Errors-Out With:

first, you need to make sure all containers are running normally. especially the clearml-elastic , this container may restart every few seconds due to some errors. such situation may cause authorization issue.

14 days ago
0 Hello. I'M Trying Out Self-Hosting With The Latest Version. Upon Spinning Up, Clearml-Elastic Errors-Out With:

then you delete the browser’s cookie and cache, log in webui again to check if the credential is still there.

14 days ago
0 Hello. I'M Trying Out Self-Hosting With The Latest Version. Upon Spinning Up, Clearml-Elastic Errors-Out With:

based on my understanding, the key/secret is only for agent services on server side.

13 days ago
0 Hi There. I Just Deployed Clearml Server To Aws Ec2 Instance. After Deployment Following Instructions, I Got Below Errors From

Hi Evgeny. thank you so much for your help. i tried this setting. no error log any more.

28 days ago
0 Hi There. Quick Question. If I Deployed Clearml Server On One Aws Ec2, Is It Possible To Train My Model On Other Ec2 With Gpu?

i’m a beginner of clearML. thank you so much for the advice. i should read more documentation.

24 days ago
0 How Do You Start An Agent On The Clearml Server With A Specific

it always show Running .
the logs are :

Adding venv into cache: /home/ubuntu/.clearml/venvs-builds/3.10
Running task id [e7f7792081ef438bb8a6f993c71a0515]:
[.]$ /home/ubuntu/.clearml/venvs-builds/3.10/bin/python -u pipelines/pp_task.py
Summary - installed python packages:
pip:
- attrs==23.2.0
- boto3==1.34.78
- botocore==1.34.79
- certifi==2024.2.2
- charset-normalizer==3.3.2
- clearml==1.15.0
- Cython==3.0.10
- furl==2.1.3
- idna==3.6
- jmespath==1.0.1
- jsonschema==4.21.1
- jsonsch...
22 days ago
0 How Do You Start An Agent On The Clearml Server With A Specific

I start clearml-agent on another awc ec2 using below command:

clearml-agent daemon --queue default

I just run examples examples/pipeline/pipeline_from_tasks.py after commit all files (step1*, step2*, step3*, etc) to my bitbucket repo.

22 days ago
0 How Do You Start An Agent On The Clearml Server With A Specific

there is no problem if i run task manually
image

22 days ago
0 How Do You Start An Agent On The Clearml Server With A Specific

but i can run the experiments “Step 1…“, “Step 2…” manually (ClearML server -> Projects -> examples -> pipeline step 1 dataset artifact)

22 days ago
22 days ago
0 How Do You Start An Agent On The Clearml Server With A Specific

no other output after “ starting Task Execution"

22 days ago
0 Hi There. I Run Example

actually the task started already. but it is stucked.

22 days ago
0 Hi There. I Run Example

but not sure why this example task did not start.

23 days ago
0 Hi There. I Run Example

after “execution”, nothing happens.

22 days ago
Show more results compactanswers