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
Trying To Compare Experiments W.R.T. Some Input Hyper-Parameters (On An On-Prem Server). When Selecting Any Additional Hyper-Parameter To Show On The Table, I Get The Following Error:

Trying to compare experiments w.r.t. some input hyper-parameters (on an on-prem server).
When selecting any additional hyper-parameter to show on the table, I get the following error:

  
  
Posted 2 years ago
Votes Newest

Answers 26


Fixed! Thx!

  
  
Posted 2 years ago

Hi FunnyTurkey96
can you please tell what was in the error "More Info"?
and if there are any relevant errors in the browser console, open it with F12, and select the console tab.

  
  
Posted 2 years ago

SuccessfulKoala55 , I sent everything that might help, since I don’t really know which could be most helpful…

Thx!

  
  
Posted 2 years ago

FunnyTurkey96 we've identified the issue - will be releasing a version in a day or two with the fix

  
  
Posted 2 years ago

FunnyTurkey96 can you point your browser to the /version.json path and share the results?

  
  
Posted 2 years ago

Hi FunnyTurkey96 , yeah ClearML Server 1.1 was released with the fix 🙂

  
  
Posted 2 years ago

Let me know if it works for you 🙂

  
  
Posted 2 years ago

Wow! You’re great!
Thx!

  
  
Posted 2 years ago

{ "meta": { "id": "09e19b94a3c44b30b3a52fe89ee27fcf", "trx": "09e19b94a3c44b30b3a52fe89ee27fcf", "endpoint": { "name": "tasks.get_all_ex", "requested_version": "2.13", "actual_version": "1.0" }, "result_code": 400, "result_subcode": 12, "result_msg": "Validation error (invalid task field): path=hyperparams.input.num_train_epochs.value", "error_stack": null, "error_data": {} }, "data": {} }

  
  
Posted 2 years ago

image

  
  
Posted 2 years ago

image

  
  
Posted 2 years ago

image

  
  
Posted 2 years ago

In the Network section of the developer tools, can you see the request details for the tasks.get_all_ex call?

  
  
Posted 2 years ago

request payload:
{"id":[],"project":["6d3dc225d3e041768689bac6ea82573c"],"page":0,"page_size":15,"order_by":["-last_update"],"type":["__$not","annotation_manual","__$not","annotation","__$not","dataset_import"],"user":[],"system_tags":["-archived"],"tags":[],"include_subprojects":false,"only_fields":["system_tags","project","company","last_change","started","last_iteration","tags","user.name","type","name","status","project.name","last_update","parent.name","parent.project.id","parent.project.name","hyperparams.input.num_train_epochs.value"]}

  
  
Posted 2 years ago

response:
{"meta":{"id":"09e19b94a3c44b30b3a52fe89ee27fcf","trx":"09e19b94a3c44b30b3a52fe89ee27fcf","endpoint":{"name":"tasks.get_all_ex","requested_version":"2.13","actual_version":"1.0"},"result_code":400,"result_subcode":12,"result_msg":"Validation error (invalid task field): path=hyperparams.input.num_train_epochs.value","error_stack":null,"error_data":{}},"data":{}}

  
  
Posted 2 years ago

Still getting the same error. Any idea?

  
  
Posted 2 years ago

AgitatedDove14
Hi!
Any idea of how to solve this issue?

Thx!

  
  
Posted 2 years ago

Hi FunnyTurkey96
Let me check what's the status here
(BTW: Is this for a specific Task or for a specific Project?)

  
  
Posted 2 years ago

nope. it happens for all of them (only on our on-prem server, so it might be a misconfiguration of some kind)

  
  
Posted 2 years ago

Hi!
Thanks for your response!
That’s what I see in the Network tab:

  
  
Posted 2 years ago

image

  
  
Posted 2 years ago

The issue is the 400 returned form the server, let me check with backend guys

  
  
Posted 2 years ago

ExhilaratedMoth63

  
  
Posted 2 years ago

Hi SuccessfulKoala55 !
Did you managed to fix this issue?

Thx!

  
  
Posted 2 years ago

Hi FunnyTurkey96 ,

  
  
Posted 2 years ago

The first and bottom lines shown in this image - you can see the details for them in the "Network" tab

  
  
Posted 2 years ago
555 Views
26 Answers
2 years ago
26 days ago
Tags