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
SuperiorSeaanemone75
Moderator
8 Questions, 20 Answers
  Active since 27 January 2023
  Last activity one year ago

Reputation

0

Badges 1

20 × Eureka!
0 Votes
15 Answers
655 Views
0 Votes 15 Answers 655 Views
Hi Team,when clearml-agent is used to run the code,i t will setup the environment ,how it take the python package version?
one year ago
0 Votes
7 Answers
643 Views
0 Votes 7 Answers 643 Views
Hi Team,in clearml.config file can we change this settings as i want to utlize cpu instead of gpu default_docker: { # default docker image to use when runnin...
one year ago
0 Votes
9 Answers
635 Views
0 Votes 9 Answers 635 Views
one year ago
0 Votes
3 Answers
583 Views
0 Votes 3 Answers 583 Views
one year ago
0 Votes
11 Answers
674 Views
0 Votes 11 Answers 674 Views
Hi Team, i am running task using this command "clearml-agent execute --id ". and my config file is look like below, do i need to change anything in config fi...
one year ago
0 Votes
3 Answers
597 Views
0 Votes 3 Answers 597 Views
Hi Team, i am running code in vsc and connected to clearml server. it taking too much of time to execute,may i know the reason?
one year ago
0 Votes
4 Answers
555 Views
0 Votes 4 Answers 555 Views
Hi Team, i am trying to start clearml server locally i am getting error as follows
one year ago
0 Votes
1 Answers
580 Views
0 Votes 1 Answers 580 Views
Hi Team,i have code copied from https://github.com/thepycoder/asteroid_example.git . in pipeline.py there is one function pipe.start_locally(run_pipeline_ste...
one year ago
0 Hi Team, I Am Running Pipeline Task Using Below Commands I Am Getting Errors.Can Any Let Me Know The Reason? 1)Command:Clearml-Agent Execute --Id <Task-Id> Error : Process Failed, Exit Code 126 2)Command: Clearml-Agent Execute --Id <Task-Id> --Docker

2023-01-28 21:30:02
task 5b32a1cae2fb446b8ebdc6e9e33f3c77 pulled from fb3733fc812e48389850cdf0104782be by worker jktblrlap446:0
2023-01-28 21:30:09
Running Task 5b32a1cae2fb446b8ebdc6e9e33f3c77 inside docker: python3.7 arguments: []
2023-01-28 21:30:10
Executing: ['docker', 'run', '-t', '--gpus', 'all', '-v', '/run/user/29999/keyring/ssh:/run/user/29999/keyring/ssh', '-e', 'SSH_AUTH_SOCK=/run/user/29999/keyring/ssh', '-l', 'clearml-worker-id=jktblrlap446:0', '-l', 'clearml-parent-worker-id=jk...

one year ago
0 Hi Team,When Clearml-Agent Is Used To Run The Code,I T Will Setup The Environment ,How It Take The Python Package Version?

@<1523701087100473344:profile|SuccessfulKoala55> i want agent should take packages which is there in my system.how can i do that?

one year ago
0 Hi Team,When Clearml-Agent Is Used To Run The Code,I T Will Setup The Environment ,How It Take The Python Package Version?

Hi @<1523701087100473344:profile|SuccessfulKoala55> ,No its taking different version of pacakges if u compare with local execution.

one year ago
0 Hi Team,When Clearml-Agent Is Used To Run The Code,I T Will Setup The Environment ,How It Take The Python Package Version?

@<1523701087100473344:profile|SuccessfulKoala55> I have copied code from None , there is one file pipeline.py in which we have two function pipe.start_locally(run_pipeline_steps_locally=True) and pipe.start(). when i am running code with pipe.start_locally its working fine with package SQLAlchemy version of 1.4.39.when i am trying to run with pipe.strat(), along with running agent it creating virtula environment with SQLAIchemy of versi...

one year ago
0 Hi Team, I Am Runing Script Which Fetch The Data From Clearml Server, I Am Getting This Information "Clearml - Info - Dataset.Get() Did Not Specify Alias. Dataset Information Will Not Be Automatically Logged In Clearml Server" .Please Can Any One Tell Me

Hi CostlyOstrich36 I already given alias.
dataset = Dataset.get(
dataset_project=global_config.PROJECT_NAME,
dataset_name='raw_asteroid_dataset',
alias='my_raw_dataset')

one year ago
0 Hi Team, I Am Running Code In Vsc And Connected To Clearml Server. It Taking Too Much Of Time To Execute,May I Know The Reason?

CostlyOstrich36 I have clone the astroid code from https://github.com/thepycoder/asteroid_example.git and am trying to run get_data.py , process_data.py, model_traing.py . i have connected to clearml server , there status is showing running for around 3 hr.

one year ago
0 Hi Team, I Am Running Task Using This Command "Clearml-Agent Execute --Id <Taskid>". And My Config File Is Look Like Below, Do I Need To Change Anything In Config File. To Run My Task ,It Taking Too Much Of Time.

AgitatedDove14 i have clone the code from https://github.com/thepycoder/asteroid_example.git ,and runing pipeline.py file using above command. and in clearml app in console i am getting error " clearml.automation.job - WARNING - Error enqueuing Task <clearml.task.Task object at 0x7fc815fadfa0> to CPU Queue: Could not find queue named "CPU Queue". please see the attach snap

one year ago
0 Hi Team, I Am Trying To Start Clearml Server Locally I Am Getting Error As Follows

@<1523701070390366208:profile|CostlyOstrich36> caught exception in thread [main]",
"stacktrace": ["org.elasticsearch.bootstrap.StartupException: ElasticsearchException[failed to bind service]; nested: AccessDeniedException[/usr/share/elasticsearch/data/nodes];",
"at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:170) ~[elasticsearch-7.16.2.jar:7.16.2]",
"at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:157) ~[elasticsearch-7.16.2.jar:7.16.2]",
"at or...

one year ago