Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework cifar10 distributed tutorial #67

Open
vfdev-5 opened this issue Nov 5, 2021 · 2 comments
Open

Rework cifar10 distributed tutorial #67

vfdev-5 opened this issue Nov 5, 2021 · 2 comments
Labels
enhancement New feature or request tutorial Improvements or additions in tutorials

Comments

@vfdev-5
Copy link
Member

vfdev-5 commented Nov 5, 2021

The idea is to restructure this tutorial in the following way:
We can provide 2 parts:

  1. minimal DDP code with 1 minimalistic trainer and 1 evaluator (computing accuracy metric) = goal to put the most pertinent info in minimum lines of text
  2. show how to add other features from current text: logging, resuming from checkpoint, etc.

@Priyansi @trsvchn what do you think ?

@vfdev-5 vfdev-5 added enhancement New feature or request tutorial Improvements or additions in tutorials labels Nov 5, 2021
@Ishan-Kumar2
Copy link
Contributor

Hi @vfdev-5
I agree, we should point out the differences that need to be made to your code in order to convert a normal code to a distributed code using a minimal trainer and model. To do that should we have it as a how to guide which assumes you know how to write the basic Ignite pipeline and just mention the additions for distributed training?

@vfdev-5
Copy link
Member Author

vfdev-5 commented Feb 25, 2022

To do that should we have it as a how to guide which assumes you know how to write the basic Ignite pipeline and just mention the additions for distributed training?

Yeah, maybe point (1) "minimal DDP code with 1 minimalistic trainer and 1 evaluator (computing accuracy metric) = goal to put the most pertinent info in minimum lines of text" could be a how-to guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tutorial Improvements or additions in tutorials
Projects
None yet
Development

No branches or pull requests

2 participants