nnaisense / evotorch

Advanced evolutionary computation library built directly on top of PyTorch, created at NNAISENSE.
https://evotorch.ai
Apache License 2.0
1.01k stars 63 forks source link

Wandb logger documentation - Run and typo #115

Open alextremo0205 opened 3 weeks ago

alextremo0205 commented 3 weeks ago

In the documentation for logging the runs with Wandb, the example says run.stop(), but run is never instantiated. It should be wandb.finish().

Also, the documentation says "Neptune run" instead of "Wandb run":

https://github.com/nnaisense/evotorch/blob/415c32f22e071802cda40f00e1aa687e5a57bd10/docs/user_guide/logging.md?plain=1#L407-L408

flukeskywalker commented 3 weeks ago

Thanks for spotting! I realized that the neptune example is also slightly incorrect: it should be logger.run.stop() there.