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
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
The text was updated successfully, but these errors were encountered:
mitmul
changed the title
The error occurred in 002.py
Error: Timeout
Nov 24, 2016
I just see this error in the page ciFAR-10の学習:総結合層を使った学習 after clicking the
Run
button.The text was updated successfully, but these errors were encountered: