From bd88b9bb4805871e85f152ffc42eff6f46d82477 Mon Sep 17 00:00:00 2001 From: Matthieu Dorier Date: Thu, 28 Nov 2019 12:05:21 +0000 Subject: [PATCH] corrected documentation for one-shot example --- workflows/one-shot/README.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/workflows/one-shot/README.adoc b/workflows/one-shot/README.adoc index bab5f697..eb0c2e64 100644 --- a/workflows/one-shot/README.adoc +++ b/workflows/one-shot/README.adoc @@ -9,18 +9,19 @@ This is currently only set up for Theta. + ---- $ cd /WORK/DIR -$ git clone git@github.com:ECP-CANDLE/Benchmarks.git +$ git clone https://github.com/ECP-CANDLE/Benchmarks.git $ cd Benchmarks $ git checkout develop $ cd /WORK/DIR -$ git clone git@github.com:ECP-CANDLE/Supervisor.git +$ git clone https://github.com/ECP-CANDLE/Supervisor.git $ cd Supervisor $ git checkout develop ---- * Get the data manually (prevent FTP transfer) + ---- -$ cp ~wozniak/Public/data/nt*.csv /WORK/DIR/Benchmarks/Data/Pilot1 +$ mkdir -p /WORK/DIR/Benchmarks/Data/Pilot1 +$ cp ~/../wozniak/Public/data/nt*.csv /WORK/DIR/Benchmarks/Data/Pilot1 ---- * Add the +swift-t+ from +env-theta.sh+ to your PATH, or use your own. * Edit the modules in +run-nt3.sh+ as necessary. @@ -50,4 +51,4 @@ In +Benchmarks/Pilot1/NT3/nt3_baseline_keras2.py+ , turn on the call to: ---- model.save_weights("{}/{}.weights.h5", ...) ----- \ No newline at end of file +----