We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
os information: the same with yours cuda : 8.0 cudnn : 5.1
** issue**: run.sh: line 27: 17688 Segmentation fault (core dumped) CUDA_VISIBLE_DEVICES=$GPU_ID python train.py -root_dir "$WORK_DIR/data_model/" -dataset $DATANAME -rnn_size 250 -word_vec_size 200 -decoder_input_size 150 -layers 1 -start_checkpoint_at 60 -learning_rate 0.005 -start_decay_at 0 -epochs 100 -global_attention "dot" -attn_hidden 0 -lock_dropout -dropout 0.5 -dropout_i 0.5
can you tell me what happened ? and how can i address it ?
The text was updated successfully, but these errors were encountered:
You can try comment or delete: from tensorboard_logger import Logger
Sorry, something went wrong.
thx,but why? @ygan
No branches or pull requests
os information: the same with yours
cuda : 8.0
cudnn : 5.1
** issue**:
run.sh: line 27: 17688 Segmentation fault (core dumped) CUDA_VISIBLE_DEVICES=$GPU_ID python train.py -root_dir "$WORK_DIR/data_model/" -dataset $DATANAME -rnn_size 250 -word_vec_size 200 -decoder_input_size 150 -layers 1 -start_checkpoint_at 60 -learning_rate 0.005 -start_decay_at 0 -epochs 100 -global_attention "dot" -attn_hidden 0 -lock_dropout -dropout 0.5 -dropout_i 0.5
can you tell me what happened ? and how can i address it ?
The text was updated successfully, but these errors were encountered: