Closed GoogleCodeExporter closed 9 years ago
Can you give any more details on this? What had you been doing before the
crash?
Original comment by pospes...@gmail.com
on 9 Oct 2012 at 2:04
I was training a long run on image patches. I have VS installed now, so I'll
be able to give a post-mortem the next time it crashes (if it crashes). I'll
withdraw this issue until I see something like it again.
Original comment by jo.j...@gmail.com
on 10 Oct 2012 at 3:45
I know there is a race condition between the GUI and the trainer that needs to
be fixed, but I wouldn't expect the chart to break in this fashion. I'll dig
in and see if there's anything obvious that sticks out.
Original comment by pospes...@gmail.com
on 10 Oct 2012 at 4:17
Alright, I finally had this happen. I think what's going on is that messages
from the UI to get weights/visible/hidden/reconstruction error are being
handled improperly if they happen to get sent after a 'Stop' message is sent.
So the RBMTrainer gets torn down, but the request messages go in and make
requests on a now invalid trainer. Should be an easy fix.
-Richard
Original comment by pospes...@gmail.com
on 27 Nov 2012 at 7:53
Fixed in Revision 127
http://code.google.com/p/visual-rbm/source/detail?r=127
Original comment by pospes...@gmail.com
on 13 Dec 2012 at 5:25
Original issue reported on code.google.com by
jo.j...@gmail.com
on 28 Sep 2012 at 3:57