Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions workflows/one-shot/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -50,4 +51,4 @@ In +Benchmarks/Pilot1/NT3/nt3_baseline_keras2.py+ , turn on the call to:

----
model.save_weights("{}/{}.weights.h5", ...)
----
----