-
I constantly encountered errors like
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Usage: pyflex.py SOURCE_DIRECTORY TARGET_DIRECTORY')?
Is ModernMT not python3 compi…
-
I got the following error message. I don't know why we need # reopen stdout in unbuffered mode, but it cause ValueError: can't have unbuffered text I/O. I changed the line to sys.stdout = os.fdopen(sy…
-
MMT3 is pure neural, isn't it ?
https://github.com/ModernMT/MMT/wiki/Advanced-Configurations
-
Hello,
I was trying to send two sentences for translation, and I noticed that only one sentence gets translated in some cases and the other is ignored? Sometimes the first sentence is translated, s…
-
Related topics than could be read before this one: #436 #434 #426 #348 #443
The procedure:
1- translate a sentence SRC with statistic-MMT2 to get S_TRG
2- create a TMP memory in neural-MMT3 cont…
-
Hello MMT team,
I trained a model with 480k steps and I used the debug flag. I see in 'runtime/en-ro/tmp/training/neural_model' the following files:
model.ckpt-480000.data-00000-of-00002
model.…
-
`./mmt start -e japdut -p 8046 --cluster-port 5017 --datastream-port 9093 --db-port 9043`
gives
`Starting MMT engine 'japdut'... FAIL
ERROR Unexpected exception: failed to start node, check l…
-
Something went wrong in my code. getAllMemories gives:
`array(29) { [0]=> array(2) { ["id"]=> int(19) ["name"]=> string(7) "procdut" } [1]=> array(2) { ["id"]=> int(24) ["name"]=> string(7) "procdu…
-
I see in the code that the training data deletion is optional with a "debug" flag. I don't know how to set this "debug" flag, nor what are the consequences.
It would be nice to be able to set this …
-
Hello
Can you please let me know where it is possible to change the 'Access-Control-Allow-Origin' header
to allow remote calls from another server/domain?
thanks