question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fix link to reinit__is_reduced, sync_all_reduce

See original GitHub issue

🚀 Feature

Quick issue to add the links to reinit__is_reduced and sync_all_reduce in the docs: https://pytorch.org/ignite/metrics.html#metrics-and-distributed-computations

In addition, please check if reinit__is_reduced and sync_all_reduce are used elsewhere in the docs and do not contain a link to their docs.

For Hacktoberfest contributors, feel free to ask questions for details if any and say that you would like to tackle the issue. Please, take a look at CONTRIBUTING guide.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:16 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
josselineperdomocommented, Oct 6, 2020

Correct and

In addition, please check if reinit__is_reduced and sync_all_reduce are used elsewhere in the docs and do not contain a link to their docs.

Got it! If you agree, could you please assign me this issue? 😊

1reaction
vfdev-5commented, Sep 26, 2020

@AnshuTrivedi idea is at first replace

In the above example, ``CustomAccuracy`` has ``reset``, ``update``, ``compute`` methods
- decorated with ``reinit__is_reduced``, ``sync_all_reduce``.
In the above example, ``CustomAccuracy`` has ``reset``, ``update``, ``compute`` methods
+ decorated with :meth:`~ignite.metrics.metric.reinit__is_reduced`, :meth:`~ignite.metrics.metric.sync_all_reduce`.

or something like that and make sure that in builded docs those words have links. See CONTRIBUTING on how to build locally the docs. Thanks !

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found