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
Error Is Root@E0D3Dd2E3066:/App# Python3 Pipeline_From_Decorator.Py Traceback (Most Recent Call Last): File "Pipeline_From_Decorator.Py", Line 116, In <Module> Executing_Pipeline( File "/Usr/Local/Lib/Python3.8/Dist-Packages/Clearml/Automation/Con

error is
root@e0d3dd2e3066:/app# python3 pipeline_from_decorator.py
Traceback (most recent call last):
File "pipeline_from_decorator.py", line 116, in <module>
executing_pipeline(
File "/usr/local/lib/python3.8/dist-packages/clearml/automation/controller.py", line 4120, in internal_decorator
a_pipeline = PipelineDecorator(
File "/usr/local/lib/python3.8/dist-packages/clearml/automation/controller.py", line 3168, in init
super(PipelineDecorator, self).init(
File "/usr/local/lib/python3.8/dist-packages/clearml/automation/controller.py", line 288, in init
self._task = Task.init(
File "/usr/local/lib/python3.8/dist-packages/clearml/task.py", line 576, in init
task = cls._create_dev_task(
File "/usr/local/lib/python3.8/dist-packages/clearml/task.py", line 3344, in _create_dev_task
task = cls(
File "/usr/local/lib/python3.8/dist-packages/clearml/task.py", line 200, in init
super(Task, self).init(**kwargs)
File "/usr/local/lib/python3.8/dist-packages/clearml/backend_interface/task/task.py", line 159, in init
super(Task, self).init(id=task_id, session=session, log=log)
File "/usr/local/lib/python3.8/dist-packages/clearml/backend_interface/base.py", line 145, in init
super(IdObjectBase, self).init(session, log, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/clearml/backend_interface/base.py", line 39, in init
self._session = session or self._get_default_session()
File "/usr/local/lib/python3.8/dist-packages/clearml/backend_interface/base.py", line 115, in _get_default_session
InterfaceBase._default_session = Session(
File "/usr/local/lib/python3.8/dist-packages/clearml/backend_api/session/session.py", line 157, in init
self._connect()
File "/usr/local/lib/python3.8/dist-packages/clearml/backend_api/session/session.py", line 204, in _connect
raise MissingConfigError()
clearml.backend_api.session.defs.MissingConfigError: It seems ClearML is not configured on this machine!
To get started with ClearML, setup your own 'clearml-server' or create a free account at None
Setup instructions can be found here: None

  
  
Posted 10 months ago
Votes Newest

Answers


Hi @<1561885921379356672:profile|GorgeousPuppy74>
Please use threads to ask questions, so we keep everything tidy
(and if you can please remove your first message, and merge it with the above one, this one and edit this one, for better readability)

regrading the issue, you need to either have clearm.conf in your Home folder, I'm assuming thisis /root/
not /home/ubuntu/.
Also not sure why you need to expose ports...

  
  
Posted 10 months ago
623 Views
1 Answer
10 months ago
10 months ago
Tags
Similar posts