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
Hi All ! I'M Trying To Run My Tasks On Open-Source Clearml-Server. But Everytime I Try To Run A Task On It With Clearml-Agent, I Get The Same Error : Clearml_Agent: Error: 'Utf-8' Codec Can'T Decode Byte 0Xe9 In Position 26: Invalid Continuation Byte Even

Hi all ! I'm trying to run my tasks on open-source clearml-server. But everytime I try to run a task on it with clearml-agent, I get the same error :
clearml_agent: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 26: invalid continuation byte
Even with the example on Github None
Is there a way to make it work ?

  
  
Posted one year ago
Votes Newest

Answers 6


Hi @<1523701070390366208:profile|CostlyOstrich36> @<1537605940121964544:profile|EnthusiasticShrimp49> , thank you for your interest, I was wondering if you had time to quickly check my issue

  
  
Posted one year ago

Hi @<1546303293918023680:profile|MiniatureRobin9> , can you add the full console log?

  
  
Posted one year ago

Here we go @<1523701070390366208:profile|CostlyOstrich36>

  
  
Posted one year ago

Hey @<1537605940121964544:profile|EnthusiasticShrimp49> , yes I can download it and open it with pickle, here is how I do it :
pickle_data_url = ' None '
local_iris_pkl = StorageManager.get_local_copy(remote_url=pickle_data_url)
with open(local_iris_pkl, 'rb') as f:
iris = pickle.load(f)

I set up my agent from my machine but my open-source server is not running on my machine. I can share my agent config if It can help. For the three I'm using python version 3.11.

  
  
Posted one year ago

Hey @<1546303293918023680:profile|MiniatureRobin9> , to help narrow down the problem, could you try to manually download None and open it with pickle ?

Also, is your agent running on the same machine as your server and the example pipeline code? And what Python version are you using for all three components? Because I see there's a warning could not locate requested Python version 3.11, reverting to version 3.11

  
  
Posted one year ago

Hi John, I'm waiting for the approval of my superior before I can share it

  
  
Posted one year ago
690 Views
6 Answers
one year ago
one year ago
Tags