You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to restructure this tutorial in the following way:
We can provide 2 parts:
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
show how to add other features from current text: logging, resuming from checkpoint, etc.
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?
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
The idea is to restructure this tutorial in the following way:
We can provide 2 parts:
@Priyansi @trsvchn what do you think ?
The text was updated successfully, but these errors were encountered: