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
Weird Encounter On Macos (Local Execution, Rerunning After It Failed - Worked Normally):

Weird encounter on macOS (local execution, rerunning after it failed - worked normally):

Traceback (most recent call last): File "/Users/.../repositories/.../train.py", line 29, in <module> File "/Users/.../repositories/.../train.py", line 10, in main File "/Users/.../repositories/.../ccmlp/initialize.py", line 38, in initialize_run File "/Users/.../repositories/.../ccmlp/mlops/__init__.py", line 22, in post_init_mlops File "/Users/.../repositories/.../ccmlp/mlops/clearml_ops.py", line 111, in post_init File "/Users/.../repositories/.../ccmlp/configs/mlops.py", line 81, in get_project_name File "/Users/.../repositories/.../.venv/lib/python3.9/site-packages/clearml/task.py", line 854, in get_tasks File "/Users/.../repositories/.../.venv/lib/python3.9/site-packages/clearml/task.py", line 3561, in __get_tasks File "/Users/.../repositories/.../.venv/lib/python3.9/site-packages/clearml/task.py", line 3561, in <listcomp> File "/Users/.../repositories/.../.venv/lib/python3.9/site-packages/clearml/task.py", line 167, in __init__ File "/Users/.../repositories/.../.venv/lib/python3.9/site-packages/clearml/backend_interface/task/task.py", line 184, in __init__ File "/Users/.../repositories/.../.venv/lib/python3.9/site-packages/clearml/binding/artifacts.py", line 282, in __init__ File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/context.py", line 73, in RLock File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/synchronize.py", line 187, in __init__ File "/opt/homebrew/Cellar/python@3.9/3.9.10/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/synchronize.py", line 57, in __init__ OSError: [Errno 24] Too many open files

  
  
Posted 2 years ago
Votes Newest

Answers 7


Let me know if there's any additional information that can help SuccessfulKoala55 !

  
  
Posted 2 years ago

It is

  
  
Posted 2 years ago

Super-strange 😕

  
  
Posted 2 years ago

This happened again 🤔
How many files does ClearML touch? :shocked_face_with_exploding_head:

  
  
Posted 2 years ago

UnevenDolphin73 this is with the latest ClearML version?

  
  
Posted 2 years ago

This could be relevant SuccessfulKoala55 ; might entail some serious bug in ClearML multiprocessing too - https://stackoverflow.com/questions/45665991/multiprocessing-returns-too-many-open-files-but-using-with-as-fixes-it-wh

  
  
Posted 2 years ago

OK, I'll take a look

  
  
Posted 2 years ago
690 Views
7 Answers
2 years ago
one year ago
Tags
Similar posts