-
Hi guys,
I am writing an implementation to make the motor run in PP pattern. I have followed the instruction from the servo motor's manual provided by the manufacturer. I send rpdos to set the cont…
-
I am trying to train with
python -m nmt.nmt \
--src=vi --tgt=en \
--vocab_prefix=/tmp/nmt_data/vocab \
--train_prefix=/tmp/nmt_data/train \
--dev_prefix=/tmp/nmt_data/tst2012 …
-
```
What steps will reproduce the problem?
1.install airplay via NMT community installer
2.access http://:9999/Airplay-nmt_web/index.php
What is the expected output? What do you see instead?
not sure…
-
https://github.com/mozilla/firefox-translations-training/blob/03a2ddaa3f7d9c9af3a236bb2dbb94db36c16373/pipeline/translate/translate.sh#L22
When performing backtranslation, we want slightly differen…
-
```
cf http://www.libnfc.org/community/post/4702
I tried this code:
nfc_target ant[1];
nfc_modulation nm = {
.nmt = NMT_ISO14443B2SR,
.nbr = NBR_106
};
nfc_initiator_list_passive_ta…
-
On initialization the reset communication NMT command is send ([node.cpp#L47](https://github.com/ros-industrial/ros_canopen/blob/b80d5904c4c1bd32be25f84d3cca1fe6a6dc5719/canopen_master/src/node.cpp#L4…
-
I've been using the same parameters and datasets in the tutorial for NMT. But it seems the BLEU scores will end up at around 5 instead of going up to 20+. Could anyone please give some advice on this?…
-
Hi
Maybe it's a good idea to add the replacement command ( `sed -r 's/(@@ )|(@@ ?$)//g' [input-file] > [new-file]` ) to the NMT-tutorial as a step before testing BLEU? I found that this may affect …
ghost updated
7 years ago
-
My device : Windows10 +tensorflow gpu1.6.0 +python 3.5.2+CUDA 9.0+CUDNN 7.0
C:\Users\pengru\Desktop\nmt-master>python -m nmt.nmt
F:\Anaconda3\lib\site-packages\h5py\__init__.py:34: FutureWarning…
pengr updated
6 years ago
-
**Paper**
Data Augmentation for Low-Resource Neural Machine Translation
**Introduction**
This research focuses on the challenges faced by low-resource languages in the neural machine translation…