guillaumekln on master
Updating the intel-mkl URL. (#5… (compare)
guillaumekln on master
Add CTranslate2 Change project cards title (compare)
THCudaCheck FAIL file=/tmp/luarocks_cutorch-scm-1-1460/cutorch/lib/THC/generic/THCStorage.c line=32 error=39 : uncorrectable ECC error encountered
/torch/install/bin/luajit: cuda runtime error (39) : uncorrectable ECC error encountered at /tmp/luarocks_cutorch-scm-1-1460/cutorch/lib/THC/generic/THCStorage.c:32
. Do I have to be cautious with GPU usage? Is there any documentation/known ways to handle multiple processes using a GPU?
t
is concatenated to the word embedding input at t + 1
. cf. https://arxiv.org/abs/1508.04025brnn_merge
option only applies to bidirectional layer, which the rnn
encoded type does not have.
-encoder_type brnn -layers 4 -rnn_size 1000
.
-layers 4 -rnn_size 1000 -encoder_type brnn -word_vec_size 600
for the next training (ENJA), with 4M segments, and Epoch 1 has been training for ~2 days. Maybe it is OK, but it also takes a lot of GPU memory, and it constantly crashes out with "out of memory" errors.
-update_vocab merge
. If the vocabulary is merged, I guess I should also merge the BPE models to use when translating, right?