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

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-06-08 12:11:26 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-06-08 12:11:26 +0300
commit1bf281cf8139f38079939ddb4fdc160ebafecbad (patch)
treebcf3ff36524a0b2276b8b3a19321f75a21daf89e /README.md
parenta11df6a556b7f6f7fd4ca8017f9c333b0692783b (diff)
Apply realpath to marian path
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 3 insertions, 11 deletions
diff --git a/README.md b/README.md
index 17bed68..29a1795 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ Each test consists of:
* `setup.sh` (optional)
* `teardown.sh` (optional)
+
## Usage
Download data and compile tools:
@@ -38,20 +39,11 @@ or a specific group of tests, e.g.:
./run_mrt tests/translation
-To specify which GPU device should be used to run tests, set the
-`CUDA_VISIBLE_DEVICES` variable, e.g.:
-
- CUDA_VISIBLE_DEVICES=2 && ./run_mrt.sh
-
-You can also provide a path to marian-dev repository:
+More examples:
MARIAN=/path/to/marian-dev ./run_mrt.sh
+ CUDA_VISIBLE_DEVICES=2 ./run_mrt.sh
-## TODO:
-
-* add a test for restarting training
-* add descriptions of tests
-* add logging tests
## Acknowledgements