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

Error: Timeout #1

Open
mitmul opened this issue Nov 24, 2016 · 2 comments · Fixed by #28
Open

Error: Timeout #1

mitmul opened this issue Nov 24, 2016 · 2 comments · Fixed by #28

Comments

@mitmul
Copy link
Member

mitmul commented Nov 24, 2016

I just see this error in the page ciFAR-10の学習:総結合層を使った学習 after clicking the Run button.

Traceback (most recent call last):
  File "/var/sandbox/main.py", line 86, in <module>
    trainer.run()
  File "/usr/local/lib/python2.7/dist-packages/chainer/training/trainer.py", line 266, in run
    update()
  File "/usr/local/lib/python2.7/dist-packages/chainer/training/updater.py", line 170, in update
    self.update_core()
  File "/usr/local/lib/python2.7/dist-packages/chainer/training/updater.py", line 182, in update_core
    optimizer.update(loss_func, *in_vars)
  File "/usr/local/lib/python2.7/dist-packages/chainer/optimizer.py", line 392, in update
    loss = lossfun(*args, **kwds)
  File "/usr/local/lib/python2.7/dist-packages/chainer/links/model/classifier.py", line 68, in __call__
    self.loss = self.lossfun(self.y, t)
  File "/usr/local/lib/python2.7/dist-packages/chainer/functions/loss/softmax_cross_entropy.py", line 169, in softmax_cross_entropy
    return SoftmaxCrossEntropy(use_cudnn, normalize, cache_score)(x, t)
Error: Timeout
@mitmul mitmul changed the title The error occurred in 002.py Error: Timeout Nov 24, 2016
@ando-takahiro
Copy link

I got Timeout on page 2/11. Please give more time when the maintainer has time. Thanks.

@kmaehashi
Copy link
Member

MNIST example (001introduction/022/) also timed out when using epoch = 5 as instructed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants