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
Hey Folks, When I Am Running The Experiments, I Currently Do Not See The Console Logs Coming Up For The Experiment Runs. I Am Using

Hey folks, when I am running the experiments, I currently do not see the console logs coming up for the experiment runs. I am using logger.report_text(message,0) for whatever logging I am doing. When the runs happen locally, I see the logs being printed on the system, but they dont get sent to clearml for some reason. Any idea what could be happening?

  
  
Posted 2 years ago
Votes Newest

Answers 6


This is on a self-hosted instance of ClearML running on docker-compose as a PoC

  
  
Posted 2 years ago

SlimyElephant79 what is the server version?

  
  
Posted 2 years ago

Hi @<1523701087100473344:profile|SuccessfulKoala55> this is what I see in the Settings page

  • WebApp: 1.8.0-254 • Server: 1.8.0-254 • API: 2.22
  
  
Posted 2 years ago

@<1523701132025663488:profile|SlimyElephant79> do you see other information about the experiment? scalars? plots?

  
  
Posted 2 years ago

Other information about the experiments are visible, yes.

I do see plots, yes.
Scalars, sometimes I do and sometimes I don't. I am not reporting any scalars manually in my experiments. Whenever I do see scalars, it has been the monitoring values of CPU & GPU like below.
image

  
  
Posted 2 years ago

@<1523701087100473344:profile|SuccessfulKoala55> for training experiments, I do see the scalars show the learning rate etc being picked up from the model training. They update real-time along with the scalars related to GPU & CPU monitoring that I showed above. However, the console doesn't show any sort of logs and just remains a blank screen

  
  
Posted 2 years ago
1K Views
6 Answers
2 years ago
one year ago
Tags
Similar posts