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
13 Questions, 34 Answers
  Active since 04 April 2024
  Last activity 2 months ago

Reputation

0

Badges 1

14 × Eureka!
0 Votes
2 Answers
283 Views
0 Votes 2 Answers 283 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?
3 months ago
0 Votes
0 Answers
212 Views
0 Votes 0 Answers 212 Views
didnot find any example or configuration of ec2 except the autoscaler
3 months ago
0 Votes
1 Answers
221 Views
0 Votes 1 Answers 221 Views
anyone successfully deploys clearml server at one server, deploy agent at another server, and completes pipeline without error?
3 months ago
0 Votes
0 Answers
180 Views
0 Votes 0 Answers 180 Views
thanks
3 months ago
0 Votes
4 Answers
202 Views
0 Votes 4 Answers 202 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
3 months ago
0 Votes
11 Answers
213 Views
0 Votes 11 Answers 213 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
3 months ago
0 Votes
0 Answers
200 Views
0 Votes 0 Answers 200 Views
Hi, there. anybody knows where the APP credentials are saved in WebUI (settings -> Workspace -> app credentials)
3 months ago
0 Votes
1 Answers
184 Views
0 Votes 1 Answers 184 Views
does that mean you will lose credentials if you restart clearml dockers?
3 months ago
0 Votes
0 Answers
211 Views
0 Votes 0 Answers 211 Views
not sure why the pipeline does not run step by step. any clues? thanks.
3 months ago
0 Votes
0 Answers
189 Views
0 Votes 0 Answers 189 Views
same issue when run this example: examples/pipeline/pipeline_from_functions.py
3 months ago
0 Votes
0 Answers
325 Views
0 Votes 0 Answers 325 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 ...
3 months ago
0 Votes
0 Answers
197 Views
0 Votes 0 Answers 197 Views
does it mean I need to subscribe pro plan?
3 months ago
0 Votes
4 Answers
206 Views
0 Votes 4 Answers 206 Views
hi, @all. is it possible to run one task locally and other remotely in one pipeline?
2 months ago
0 Hi, @All. Is It Possible To Run One Task Locally And Other Remotely In One Pipeline?

I want to design a pipeline: step 1: process the local dataset. 2. upload local dataset to clearml server (self-hosted). 3. start training use this dataset. 4. save model to clearml server.

2 months 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.

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

3 months ago
0 Hi There. I Run Example

but not sure why this example task did not start.

3 months ago
0 Hi There. I Run Example

the log shows some steps:

  • copy repo from bitbucket
3 months ago
0 Hi There. I Run Example

actually the task started already. but it is stucked.

3 months ago
0 Hi There. I Run Example
  • Environment setup completed successfully
  • Starting Task Execution:
3 months ago
3 months 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

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

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

3 months ago
0 Hi There. I Run Example
  • install packages from requirements.txt
3 months 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

3 months ago
0 Hi There. I Run Example

after “execution”, nothing happens.

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

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

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

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

3 months 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...
3 months 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)

3 months ago
Show more results compactanswers