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 2 years ago
Votes Newest

Answers 23


image

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

I will check with another model to see

  
  
Posted 2 years ago

No thing in the uncommitted changes

  
  
Posted 2 years ago

and under uncommitted changes you have the entire script?

  
  
Posted 2 years ago

Hi WickedBee96 ,

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

  
  
Posted 2 years ago

I am running this part of code

  
  
Posted 2 years ago

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

  
  
Posted 2 years 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 2 years ago

thanks alot it run successfully

  
  
Posted 2 years 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 2 years ago

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

  
  
Posted 2 years ago

I run it in my local device on vs code

  
  
Posted 2 years ago

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

  
  
Posted 2 years 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 2 years ago

image

  
  
Posted 2 years 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 2 years 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 2 years 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 2 years ago

clearml==1.7.0

  
  
Posted 2 years ago

can you share the local run log?

  
  
Posted 2 years 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 2 years ago

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

  
  
Posted 2 years ago
955 Views
23 Answers
2 years ago
7 months ago
Tags
Similar posts