Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <marcinjd@microsoft.com>2018-11-26 08:18:41 +0300
committerMarcin Junczys-Dowmunt <marcinjd@microsoft.com>2018-11-26 08:18:41 +0300
commit7dd5b07ec4aa9a8fb46bb04226d7c760c746aa8d (patch)
treeadba6f6a1e29c29cb0c15c52bd062ae313dd45a8
parentcb68198f7064fa74175a27a5b105c9f53cffa01e (diff)
update directory name
-rw-r--r--training-basics-sentencepiece/.gitignore (renamed from training-basics-spm/.gitignore)0
-rw-r--r--training-basics-sentencepiece/README.md (renamed from training-basics-spm/README.md)2
-rwxr-xr-xtraining-basics-sentencepiece/clean.sh (renamed from training-basics-spm/clean.sh)0
-rw-r--r--training-basics-sentencepiece/data/norm_romanian.tsv (renamed from training-basics-spm/data/norm_romanian.tsv)0
-rwxr-xr-xtraining-basics-sentencepiece/run-me.sh (renamed from training-basics-spm/run-me.sh)0
5 files changed, 1 insertions, 1 deletions
diff --git a/training-basics-spm/.gitignore b/training-basics-sentencepiece/.gitignore
index 12fae23..12fae23 100644
--- a/training-basics-spm/.gitignore
+++ b/training-basics-sentencepiece/.gitignore
diff --git a/training-basics-spm/README.md b/training-basics-sentencepiece/README.md
index bddeaed..1e145de 100644
--- a/training-basics-spm/README.md
+++ b/training-basics-sentencepiece/README.md
@@ -91,7 +91,7 @@ To use with a different GPUs than device 0 or more GPUs (here 0 1 2 3) use the c
In this section we repeat the content from the above `run-me.sh` script with explanations. You should be able to copy and paste the commands and follow through all the steps.
-We assume you are running these commands from the examples directory of the main Marian directory tree `marian/examples/training-basics-spm` and that the Marian binaries have been compiled in `marian/build`. The localization of the Marian binary relative to the current directory is therefore `../../build/marian`.
+We assume you are running these commands from the examples directory of the main Marian directory tree `marian/examples/training-basics-sentencepiece` and that the Marian binaries have been compiled in `marian/build`. The localization of the Marian binary relative to the current directory is therefore `../../build/marian`.
### Preparing the test and validation sets
diff --git a/training-basics-spm/clean.sh b/training-basics-sentencepiece/clean.sh
index d81a507..d81a507 100755
--- a/training-basics-spm/clean.sh
+++ b/training-basics-sentencepiece/clean.sh
diff --git a/training-basics-spm/data/norm_romanian.tsv b/training-basics-sentencepiece/data/norm_romanian.tsv
index 4e165d5..4e165d5 100644
--- a/training-basics-spm/data/norm_romanian.tsv
+++ b/training-basics-sentencepiece/data/norm_romanian.tsv
diff --git a/training-basics-spm/run-me.sh b/training-basics-sentencepiece/run-me.sh
index 54a59d8..54a59d8 100755
--- a/training-basics-spm/run-me.sh
+++ b/training-basics-sentencepiece/run-me.sh