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
Answered
Hi There. I Run Example

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 starting the pipeline, nothing happen after below log:

Environment setup completed successfully
Starting Task Execution:
ClearML results page: 

ClearML pipeline page: 

Launching step [create_dataset]
  
  
Posted one month ago
Votes Newest

Answers 11


Hi @<1686547380465307648:profile|StrongSeaturtle89> , as Alon mentioned, you need to connect a worker to the relevant queues (Both for the controller and the steps)

  
  
Posted one month ago

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

  
  
Posted one month ago

image

  
  
Posted one month ago

  • Environment setup completed successfully
  • Starting Task Execution:
  
  
Posted one month ago

the log shows some steps:

  • copy repo from bitbucket
  
  
Posted one month ago

but not sure why this example task did not start.

  
  
Posted one month ago

  • install packages from requirements.txt
  
  
Posted one month ago

actually the task started already. but it is stucked.

  
  
Posted one month ago

Not sure what you mean, it looks like your experiment ran for 6 minutes.. Can you add the full log?

  
  
Posted one month ago

@<1686547380465307648:profile|StrongSeaturtle89> do you have an agent assigned to the queue ?

If not, this might be an issue (you can read more here )
image

  
  
Posted one month ago

after “execution”, nothing happens.

  
  
Posted one month ago