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
Autoscaler From Saas (Pro Version). I Attempted To Use The Autoscaler “Application” From Clearml Ui. Here Is What I Get In The Logs Of The Autoscaler Screen Itself (Consistent):

autoscaler from saas (pro version).
I attempted to use the autoscaler “application” from clearml UI.
here is what I get in the logs of the autoscaler screen itself (consistent):
` - urllib3==1.26.7

  • virtualenv==20.10.0
  • yarl==1.7.2
    Environment setup completed successfully
    Starting Task Execution:
    ClearML results page:
    ClearML Monitor: GPU monitoring failed getting GPU reading, switching off GPU monitoring
    2022-09-08 10:17:46
    2022-09-08 07:17:45,124 - clearml.Task - ERROR - Failed reloading task 8bc97c1ab4a342e3a33f661c8910197a
    2022-09-08 07:17:45,185 - clearml.Task - ERROR - Failed reloading task 8bc97c1ab4a342e3a33f661c8910197a
    Traceback (most recent call last):
    File "main.py", line 147, in <module>
    main()
    File "main.py", line 117, in main
    check_for_prefix(hyper_params.get('workers_prefix'), provider)
    File "main.py", line 101, in check_for_prefix
    alive_prefixes = get_alive_apps_prefix(app)
    File "main.py", line 92, in get_alive_apps_prefix
    alive_apps = Task.get_tasks(task_ids=[t_id["id"] for t_id in live_instances
    File "/root/venv/lib/python3.8/site-packages/clearml/task.py", line 859, in get_tasks
    return cls.__get_tasks(task_ids=task_ids, project_name=project_name, tags=tags,
    File "/root/venv/lib/python3.8/site-packages/clearml/task.py", line 3595, in __get_tasks
    return [cls(private=cls.__create_protection, task_id=task.id, log_to_backend=False)
    File "/root/venv/lib/python3.8/site-packages/clearml/task.py", line 3595, in <listcomp>
    return [cls(private=cls.__create_protection, task_id=task.id, log_to_backend=False)
    File "/root/venv/lib/python3.8/site-packages/clearml/task.py", line 171, in init
    super(Task, self).init(**kwargs)
    File "/root/venv/lib/python3.8/site-packages/clearml/backend_interface/task/task.py", line 178, in init
    raise ValueError("Task ID "{}" could not be found".format(self.id))
    ValueError: Task ID "8bc97c1ab4a342e3a33f661c8910197a" could not be found `Any idea?
  
  
Posted one year ago
Votes Newest

Answers 6


image

  
  
Posted one year ago

RoughTiger69 , can you provide the configuration of the autoscaler please?

  
  
Posted one year ago

Very strange. Taking a look

  
  
Posted one year ago

CostlyOstrich36 from what I gather the UI creates a task in the background, in status “hidden”, and it has like 10 fields of json configurations…

  
  
Posted one year ago

CostlyOstrich36 not that I am aware of deleting etc.
I didn’t set up the env though…

  
  
Posted one year ago

Hi RoughTiger69 , when you click on the app “3 dots” link, you can open the configuration and the View details button will open you the original task.

it has like 10 fields of json configurations

under configuration objects, you can find the pipeline configuration.

CostlyOstrich36 did you succeed to reproduce such issue? RoughTiger69 have you made any changes in your workspace (share with someone? remove sharing?)?

  
  
Posted one year ago
691 Views
6 Answers
one year ago
one month ago
Tags
Similar posts