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

Reputation

0

Badges 1

14 × Eureka!
0 Votes
11 Answers
552 Views
0 Votes 11 Answers 552 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
8 months ago
0 Votes
2 Answers
604 Views
0 Votes 2 Answers 604 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?
8 months ago
0 Votes
4 Answers
550 Views
0 Votes 4 Answers 550 Views
hi, @all. is it possible to run one task locally and other remotely in one pipeline?
7 months ago
0 Votes
0 Answers
677 Views
0 Votes 0 Answers 677 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 ...
8 months ago
0 Votes
1 Answers
479 Views
0 Votes 1 Answers 479 Views
does that mean you will lose credentials if you restart clearml dockers?
8 months ago
0 Votes
1 Answers
531 Views
0 Votes 1 Answers 531 Views
anyone successfully deploys clearml server at one server, deploy agent at another server, and completes pipeline without error?
8 months ago
0 Votes
0 Answers
507 Views
0 Votes 0 Answers 507 Views
Hi, there. anybody knows where the APP credentials are saved in WebUI (settings -> Workspace -> app credentials)
8 months ago
0 Votes
0 Answers
525 Views
0 Votes 0 Answers 525 Views
not sure why the pipeline does not run step by step. any clues? thanks.
8 months ago
0 Votes
0 Answers
497 Views
0 Votes 0 Answers 497 Views
same issue when run this example: examples/pipeline/pipeline_from_functions.py
8 months ago
0 Votes
0 Answers
505 Views
0 Votes 0 Answers 505 Views
didnot find any example or configuration of ec2 except the autoscaler
8 months ago
0 Votes
4 Answers
549 Views
0 Votes 4 Answers 549 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
8 months ago
0 Votes
0 Answers
505 Views
0 Votes 0 Answers 505 Views
thanks
8 months ago
0 Votes
0 Answers
499 Views
0 Votes 0 Answers 499 Views
does it mean I need to subscribe pro plan?
8 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.

8 months ago
0 How Do You Start An Agent On The Clearml Server With A Specific

no other output after “ starting Task Execution"

8 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.

8 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.

7 months ago
Show more results compactanswers