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
The Links To Pytorch Lightning Are Broken In The

The links to PyTorch Lightning are broken in the https://allegro.ai/docs/integrations/integration_pytorch_lightening/ . Both "Use the PyTorch Lightning https://github.com/PyTorchLightning/pytorch-lightning/blob/master/pytorch_lightning/loggers/trains.py module." and "Also see the https://pytorch-lightning.readthedocs.io/en/latest/pytorch_lightning.loggers.trains.html?highlight=trains documentation." links.

TRAINS is also not mentioned on the Lightning side: https://pytorch-lightning.readthedocs.io/en/latest/experiment_logging.html

Where can I find the right links? Want me to make a GitHub issue?
And maybe you want to reach out to the developers at Lightning to get TRAINS added to their Experiment Logging page?

Edit: Trains (but not other Loggers?) has been moved to PyTorch Lightning Bolts and therefore cannot be found in the documentation anymore.

  
  
Posted 3 years ago
Votes Newest

Answers 7


DefeatedCrab47 since we can't fix this issue ourselves, we'd appreciate your feedback on https://github.com/PyTorchLightning/pytorch-lightning-bolts/pull/86 PR in the PyTorchLightning/pytorch-lightning-bolts, just to let the guys there know someone's waiting for it :)

  
  
Posted 3 years ago

I see that Trains has been removed 2 days ago: https://github.com/PyTorchLightning/pytorch-lightning/commit/41f5df18a4b96ce753263fadd9c27f1d30e5d7a2

and instead has been moved to Bolts: https://github.com/PyTorchLightning/pytorch-lightning-bolts

However, I cannot find a reason why only Trains has been moved?

  
  
Posted 3 years ago

DefeatedCrab47 Thanks for pointing it out.
We'll get in touch with the PyTorch Lightning team to better understand the code restructure they're effecting (see https://github.com/PyTorchLightning/pytorch-lightning/pull/2384 ).
In the mean time, you can look at the prior version: https://github.com/PyTorchLightning/pytorch-lightning/blob/0.8.1/pytorch_lightning/loggers/trains.py

  
  
Posted 3 years ago

What's the abc issue ? Something Lightning team is responsible for?

  
  
Posted 3 years ago

I think they confused Trains with another package :( - it's a deprecation issue caused by graphql which isn't used by Trains at all

  
  
Posted 3 years ago

Would have been nice if they would have reached out to you guys/gals before removing Trains 😅

  
  
Posted 3 years ago

My thoughts exactly... 🙄

  
  
Posted 3 years ago
546 Views
7 Answers
3 years ago
one year ago
Tags
Similar posts