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
Hello Everyone, Thanks For The Fruitful Conversations! I Am Trying To Run A Worker And A Queue On A Locally Hosted Clearml Server. But We I Enqueue An Experiment, It Always Collapses With This, Any Ideas What To Do? I Set He Worker Up With Clearml-Agent

Hello everyone, thanks for the fruitful conversations!
I am trying to run a worker and a queue on a locally hosted clearml server. But we I enqueue an experiment, it always collapses with this, Any ideas what to do?

I set he worker up with clearml-agent daemon --queue AMI
image

  
  
Posted 8 months ago
Votes Newest

Answers 12


It is it! I will now try and fix it 🙂

  
  
Posted 8 months ago

What is ~atasets==1.16.1 is it suppose to be huggingFace datasets python package with a typo ?

  
  
Posted 8 months ago

Python 3.7.6 (default, Jan 8 2020, 19:59:22) [GCC 7.3.0]

clearml == 0.17.5
langchain == 0.0.27
pandas == 0.24.2
pydantic == 1.8.2
scikit_learn == 0.22.1
tensorboard == 2.5.0
torch == 1.7.1+cu110
transformers == 4.20.1
~atasets == 1.16.1
~qdm == 4.62.3
~umpy == 1.19.5

  
  
Posted 8 months ago

I see now that it is wrong there, but is it somthingf that I did wrong?
image

  
  
Posted 8 months ago

I don't know. I never wrote it anywhere :(

  
  
Posted 8 months ago

Thank you very much! I will indeed inspect it. And yes, when I install them manually it work just fine 🙂

  
  
Posted 8 months ago

I think these messed up packages are taken from a local installation in your python environment (ClearML detects packages used and logs them on the task) - if these are messed up in your local environment, this might affect the resulting task manifest. I'd start by inspecting your local environment using pip freeze and possible taking a look at the dist-packages and site-packages folders (and clean up anything that has a funny-looking name 🙂 )

  
  
Posted 8 months ago

can I see your requirements.txt

  
  
Posted 8 months ago

or toml

  
  
Posted 8 months ago

yes thanks!
image

  
  
Posted 8 months ago

can you install those sucessfully correctly ?

  
  
Posted 8 months ago

can you paste the list of collected packages?

  
  
Posted 8 months ago
507 Views
12 Answers
8 months ago
8 months ago
Tags