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
Is There Any Status Update On What'S Going On Train'S Integration With Pytorch Lightning? What Needs To Be Done Before It'S Usable Again? This Github Issue Says That Trains Will Have To Integrate It On Your End And That You Have Been Contacted In Private

Is there any status update on what's going on Train's integration with PyTorch Lightning? What needs to be done before it's usable again?

This GitHub issue says that Trains will have to integrate it on your end and that you have been contacted in private by them:
https://github.com/PyTorchLightning/pytorch-lightning-bolts/issues/249

  
  
Posted 3 years ago
Votes Newest

Answers


Hi DefeatedCrab47
Not really sure, and it smells bad ...
Basically you can always use the TB logger, and call Task.init.

  
  
Posted 3 years ago
607 Views
1 Answer
3 years ago
one year ago
Tags