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
I Am Trying To Use Clearml In My Work And I Am Facing Some Problems So Could Anyone Help Me With That? I Have Connected My Workstation With The Clearml Server As An Agent And When I Run The Code In My Local Device Then Clone It And Enqueue It To Run The C

I am trying to use ClearML in my work and I am facing some problems so could anyone help me with that? I have connected my workstation with the clearML server as an agent and when I run the code in my local device then clone it and enqueue it to run the code on the agent (in the workstation, not on my local device) I get some errors

  
  
Posted one year ago
Votes Newest

Answers 23


image

  
  
Posted one year ago

image

  
  
Posted one year ago

Hi WickedBee96 ,

Are you running a standalone script or some code part of a git repository?

  
  
Posted one year ago

I am running this part of code

  
  
Posted one year ago

Hi Dina, can you show what you have in the "uncommitted changes" section? Also, is this part of a git repository or is it a standalone script?

  
  
Posted one year ago

👍 what do you get in the UI under EXECUTION -> SOURCE CODE ?

  
  
Posted one year ago

and under uncommitted changes you have the entire script?

  
  
Posted one year ago

No thing in the uncommitted changes

  
  
Posted one year ago

is there a resources like youtube videos or tuotorials about using clearML? I watched and learned from ClearML chaneel in youtube but I think I need more to see maybe I have done something wrong?

  
  
Posted one year ago

How did you run the original experiment? What version of ClearML are you using?

  
  
Posted one year ago

somehow the uncommitted changes (full script in the case) weren't detected

  
  
Posted one year ago

can you share the local run log?

  
  
Posted one year ago

clearml==1.7.0

  
  
Posted one year ago

i run the code again then enqueue the task and for now it takes more than 5 min and still pending in the queue, I will see when it will run 😓

  
  
Posted one year ago

after installing nbconvert all the code is visible on the uncommitted changed

  
  
Posted one year ago

thanks alot it run successfully

  
  
Posted one year ago

I posted another question if anyone is free to help and thanks a lot for you all for your kind help

  
  
Posted one year ago

I will check with another model to see

  
  
Posted one year ago

is it normal that it's slower than my device even though the agent is much more powerful than my device? or because it is just a simple code

  
  
Posted one year ago

is it normal that it's slower than my device even though the agent is much more powerful than my device? or because it is just a simple code

I'm not sure I understand. Can you elaborate please?

  
  
Posted one year ago

is it normal that it's slower than my device even though the agent is much more powerful than my device? or because it is just a simple code

Could be the agent is not using the GPU for some reason?

  
  
Posted one year ago

According to the message above, can you try installing nbconvert and re run it? You should be able to view the script in the uncommitted changed

` pip install nbconvert

OR

conda install nbconvert `

is there a resources like youtube videos or tuotorials about using clearML? I watched and learned from ClearML chaneel in youtube but I think I need more to see maybe I have done something wrong?

Yes,
ClearML Youtube (best ever) channel - https://www.youtube.com/c/ClearML/featured

Guides - https://clear.ml/docs/latest/docs/guides
you have tutorial and each section 🙂

  
  
Posted one year ago

I run it in my local device on vs code

  
  
Posted one year ago
539 Views
23 Answers
one year ago
18 days ago
Tags
Similar posts