-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
parallel_nn related crash #241
Comments
Thanks for your attention, we repeat above crash on our machine, and are debugging now. |
👍 |
I look at the commit byzhang/Paddle1@de9d6c6, there is a doubt. Do you just want to use GPU training? If so, just configure --use gpu = true and --gpu_id = 0 on the command line. Do not need parallel_nn and default_device(0) in the config. |
I am building another network which uses both gru and parallel_nn. But to On Oct 25, 2016 2:29 AM, "hedaoyuan" notifications@github.com wrote:
|
At the moment, should change ParallelNeuralNetwork to report error when recurrent_nn is used. In the longer term, should consider make ParallelNeuralNetwork support recurrent_nn. |
The key reason is that |
update overview
* refactor scale op * fix bug
Fix compilation time
If I turn on --parallel_nn, the translation demo (./train.sh) will crash:
The commit is byzhang@de9d6c6
I tried to fix the aforementioned crash, but it crashed somewhere else related with unassigned realLayer_ of ScatterAgentLayer. So I need your help on debugging the crash.
The text was updated successfully, but these errors were encountered: