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 25 days ago
Votes Newest

Answers 11


actually the task started already. but it is stucked.

  
  
Posted 24 days ago

but not sure why this example task did not start.

  
  
Posted 24 days ago

  • install packages from requirements.txt
  
  
Posted 24 days ago

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

  
  
Posted 23 days 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 25 days ago

after “execution”, nothing happens.

  
  
Posted 24 days ago

image

  
  
Posted 24 days ago

  • Environment setup completed successfully
  • Starting Task Execution:
  
  
Posted 24 days ago

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 24 days ago

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

  
  
Posted 24 days ago

the log shows some steps:

  • copy repo from bitbucket
  
  
Posted 24 days ago