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
After Launching Remote Controller I Get The Following Error Message In The Clearml Task Console : Traceback (Most Recent Call Last): File "Src/Clearmlpipeline/Source_File_Anchor.Py", Line 107, In <Module> Main() File "Src/Clearmlpipeline/Source_Fi

After launching remote controller I get the following error message in the ClearML task console :
Traceback (most recent call last):
File "src/ClearMLPipeLine/source_file_anchor.py", line 107, in <module>
main()
File "src/ClearMLPipeLine/source_file_anchor.py", line 103, in main
activate_module()
File "src/ClearMLPipeLine/source_file_anchor.py", line 93, in activate_module
module.main()
File "/home/ubuntu/.local/lib/python3.7/site-packages/clearml_client/pipeline_launcher/logic_tasks_wrappers/create_and_run_hyperparams_training_pipeline.py", line 313, in main
raise ex
File "/home/ubuntu/.local/lib/python3.7/site-packages/clearml_client/pipeline_launcher/logic_tasks_wrappers/create_and_run_hyperparams_training_pipeline.py", line 308, in main
create_clearml_training_task()
File "/home/ubuntu/.local/lib/python3.7/site-packages/clearml_client/pipeline_launcher/logic_tasks_wrappers/create_and_run_hyperparams_training_pipeline.py", line 298, in create_clearml_training_task
queue=clearml_configuration.Experiment.pipeline.resource_name) # , step_task_created_callback=pre_execute_callback_example)
File "/usr/local/lib/python3.7/dist-packages/clearml/automation/controller.py", line 583, in start
wait=wait
File "/usr/local/lib/python3.7/dist-packages/clearml/automation/controller.py", line 811, in _start
self._prepare_pipeline(step_task_completed_callback, step_task_created_callback)
File "/usr/local/lib/python3.7/dist-packages/clearml/automation/controller.py", line 837, in _prepare_pipeline
self._deserialize(pipeline_dag)
File "/usr/local/lib/python3.7/dist-packages/clearml/automation/controller.py", line 1016, in _deserialize
for k, v in dag_dict.items()}
File "/usr/local/lib/python3.7/dist-packages/clearml/automation/controller.py", line 1016, in <dictcomp>
for k, v in dag_dict.items()}
TypeError: init() got an unexpected keyword argument 'configurations'

  
  
Posted 2 years ago
Votes Newest

Answers 5


I'll take a large snippet too 😛
Do you have any idea what's the source of this?
TypeError: __init__() got an unexpected keyword argument 'configurations'

  
  
Posted 2 years ago

I would recommend upgrading to the latest ClearML version 🙂

  
  
Posted 2 years ago

Upgrading to the newest clearml in the server version seems to solve the problem

  
  
Posted 2 years ago

Hi SweetHippopotamus84 , what version of ClearML are you using? Also, do you have a small snippet to play with?

  
  
Posted 2 years ago

The agent is running with - clearml==1.1.1
I don't have a small snippet

  
  
Posted 2 years ago
640 Views
5 Answers
2 years ago
one year ago
Tags
Similar posts