File tree 2 files changed +8
-0
lines changed
deeplearning4j-scaleout/bin
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments