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

Dcgan example #99

Merged
merged 13 commits into from
Aug 28, 2017
Merged

Dcgan example #99

merged 13 commits into from
Aug 28, 2017

Conversation

corochann
Copy link
Member

DCGAN example: This example shows how to train multiple model using multiple optimizers using multiple GPUs with cahinermn.

Original code is taken from official chainer example.
https://github.com/chainer/chainer/tree/master/examples/dcgan

I only modified

  • train_dcgan.py
  • README.md
  • example_image.png
    (this png file is trained with chainermn's train_dcgan.py code)

and I didn't modify anything on

  • net.py
  • updater.py
  • visualize.py

@iwiwi iwiwi requested a review from shu65 July 31, 2017 14:25
@iwiwi iwiwi added the example label Jul 31, 2017
@shu65
Copy link
Member

shu65 commented Aug 1, 2017

A segmentation fault occurs when I ran dcgan with Python 2.7 and 2 nodes.
When I executed it under the following conditions, it finished normally.

  • Python 2.7 and 1 node
  • Python 3.6 and 1 node
  • Python 3.6 and 2 nodes

So, please check it on Python 2.7 and 2 nodes.

@shu65 shu65 merged commit 5ce1b27 into chainer:master Aug 28, 2017
@shu65
Copy link
Member

shu65 commented Aug 28, 2017

A segmentation fault occurs in this example.
The details are #114
However, I merged this PR because it occurs only under special conditions.

@iwiwi iwiwi added this to the v1.0.0 milestone Aug 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants