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 3 months ago
Votes Newest

Answers 11


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

  
  
Posted 3 months ago

but not sure why this example task did not start.

  
  
Posted 3 months ago

the log shows some steps:

  • copy repo from bitbucket
  
  
Posted 3 months ago

actually the task started already. but it is stucked.

  
  
Posted 3 months ago

  • Environment setup completed successfully
  • Starting Task Execution:
  
  
Posted 3 months ago

image

  
  
Posted 3 months ago

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

  
  
Posted 3 months ago

  • install packages from requirements.txt
  
  
Posted 3 months 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 3 months 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 3 months ago

after “execution”, nothing happens.

  
  
Posted 3 months ago