Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng committed May 27, 2019
1 parent 3d50894 commit 7b59888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keras/6.2-understanding-recurrent-neural-networks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
],
"source": [
"%env SPARK_DRIVER_MEMORY=16g\n",
"%env SPARK_DRIVER_MEMORY=8g\n",
"%env PYSPARK_PYTHON=/usr/bin/python3.5\n",
"%env PYSPARK_DRIVER_PYTHON=/usr/bin/python3.5\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions keras/run-keras-notebook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ sed -i "s/get_ipython()/#/g" ${ZOO_TUTORIALS}/keras/tmp_test.py
${SPARK_HOME}/bin/spark-submit \
--master ${MASTER} \
--driver-cores 2 \
--driver-memory 16g \
--driver-memory 8g \
--total-executor-cores 2 \
--executor-cores 2 \
--executor-memory 16g \
--executor-memory 8g \
--conf spark.akka.frameSize=64 \
--py-files ${ANALYTICS_ZOO_PYZIP},${ZOO_TUTORIALS}/keras/tmp_test.py \
--properties-file ${ANALYTICS_ZOO_CONF} \
Expand Down

0 comments on commit 7b59888

Please sign in to comment.