Skip to content

Commit 59d7b7f

Browse files
author
agibsonccc
committed
update
Former-commit-id: 88d6fc8
1 parent 72f0435 commit 59d7b7f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

deeplearning4j-scaleout/bin/run.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
java -cp "lib/*" -Dhazelcast.access-key="$AWSAccessKeyId" -Dhazelcast.access-secret="AWSSecretKey" -Dhazelcast.region="us-east-1d" -Dhazelcast.aws=true -Dhazelcast.host="masterhost" -Xmx5g -Xms5g -server -XX:+UseTLAB -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:MaxTenuringThreshold=0 -XX:CMSInitiatingOccupancyFraction=60 -XX:+CMSParallelRemarkEnabled -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled org.deeplearning4j.org.deeplearning4j.iterativereduce.actor.multilayer.ActorNetworkRunnerApp -h ec2-54-86-216-254.compute-1.amazonaws.com -t worker

deeplearning4j-scaleout/bin/setup.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
wget https://s3.amazonaws.com/dl4j-distribution/deeplearning4j-dist-bin.tar.gz
3+
tar xvf deeplearning4j-dist-bin.tar.gz
4+
mkdir lib
5+
mv *.jar lib
6+
sudo yum -y install blas

0 commit comments

Comments
 (0)