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
Hello, I Have A Question Regarding Clearml Task And Pytorch Lightning I Am Training A Model And I Want Clearml To Plot The Accuracy And Loss. According To

hello,
I have a question regarding clearml task and pytorch lightning
I am training a model and I want clearml to plot the accuracy and loss. According to None , and the example provided, clearml should automatically show the plots in the UI but they do not. Is there a step i am missing?

  
  
Posted one year ago
Votes Newest

Answers 7


when I run the example, the plots are showing up fine but when I run my own code for a different project, the only plots that show up are gpu and cpu usage, not the validation loss or accuracy

  
  
Posted one year ago

is it possible thats it's cuased by the following "ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start"

  
  
Posted one year ago

I am using ClearML 1.10.3, and pytorch_lightning 1.9.5. It works fine for the experiment. I believe I am on a self deployed server

  
  
Posted one year ago

It's unrelated. Are you running the example and no scalers/plots are showing?

  
  
Posted one year ago

Or do you have your own code snippet that reproduces this?

  
  
Posted one year ago

Do you have a code snippet that reproduces this?

  
  
Posted one year ago

Hi @<1547028031053238272:profile|MassiveGoldfish6> , what version of clearml & pytorch-lightning ? Does this happen to you with the example as well? Are you on a self deployed or the community server?

  
  
Posted one year ago