Implement DCGAN example with distributed support (DDP) by jafraustro · Pull Request #1390 · pytorch/examples · GitHub
Skip to content

Implement DCGAN example with distributed support (DDP)#1390

Open
jafraustro wants to merge 1 commit into
pytorch:mainfrom
jafraustro:jafraustro/dcgan
Open

Implement DCGAN example with distributed support (DDP)#1390
jafraustro wants to merge 1 commit into
pytorch:mainfrom
jafraustro:jafraustro/dcgan

Conversation

@jafraustro

@jafraustro jafraustro commented Aug 27, 2025

Copy link
Copy Markdown
Contributor

CC: @msaroufim, @dvrogozh @EikanWang

- DDP is recommended instead of DataParallel https://docs.pytorch.org/docs/stable/generated/torch.nn.DataParallel.html
- Fix original DCGAN example, `DataParallel` does not suport xpu devices
- Improve code readability

Signed-off-by: jafraustro <jaime.fraustro.valdez@intel.com>
@meta-cla meta-cla Bot added the cla signed label Aug 27, 2025
@netlify

netlify Bot commented Aug 27, 2025

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant