Peng Shi
Peng Shi
yeah. It gives me segmentation fault. No error message at all.
``` 2019-01-17 20:24:31.656029: I tensorflow/core/kernels/data/shuffle_dataset_op.cc:135] Shuffle buffer filled. bin/train.sh: line 20: 18297 Segmentation fault (core dumped) python3 src/train.py --train_files $train_files --dev_files $dev_files --transition_stats $transition_stats --data_config $data_config --model_configs $model_configs --task_configs $task_configs...
I both tried 1.9.0 and 1.10.0 with cuda 9.0 and cuDNN 7
I think you are right. There might be some incompatible issue here. @acDante @strubell Thank you all.
Thank you for you quick follow up. Sorry I have another question: How many epoch you trained on all m3+fever+quora data? Do you do any downsampling?
Thanks for the reply. Sorry I have more questions here. 1. for long context example (e.g. length > 1k), do we decrease the batch size during the training? If it...