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, I’M Currently Running Clearml With Pytorch And Everytime I Run Into

Hi, i’m currently running clearml with pytorch and everytime i run into
torch.load(os.path.join(root, self.feat_pt))there’ll be a message:
Task connect, second input model is not supported, adding into comment section
the data can be successfully loaded, am i doing something wrong?

  
  
Posted 3 years ago
Votes Newest

Answers 4


Thanks man!

  
  
Posted 3 years ago

Yes, i think trains might wrap the torch.load function, but the thing is that i need to load some part of the dataset using torch.load, so this error shows up many time during training, I found i can use this line:
task = Task.init(project_name="Alfred", task_name="trains_plot", auto_connect_frameworks={'pytorch': False})but does it mean i cannot monitor torch.load function any more?

  
  
Posted 3 years ago

Hi PompousHawk82 this is just a message letting you know the second model is documented in the experiment's description section (under INFO/Description in the UI)

  
  
Posted 3 years ago

PompousHawk82 unfortunately this is kind of binary, either you have full tracking of load/save operations or you do not.
This warning message will disappear in the next version as we will be able to log multiple models under the same Task :)

  
  
Posted 3 years ago
594 Views
4 Answers
3 years ago
one year ago
Tags