Skip to content

Commit

Permalink
Updated required keras version to support SELU, AlphaDropout
Browse files Browse the repository at this point in the history
  • Loading branch information
utsavgarg committed Jul 17, 2017
1 parent d8a8125 commit 8f40583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/caffe_tensorflow_keras_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensor
echo "#################### Tensorflow Install Complete! ####################"

echo "Installing Keras"
pip install keras
pip install --upgrade git+https://github.com/fchollet/keras.git

echo "#################### Keras Install Complete! ####################"

0 comments on commit 8f40583

Please sign in to comment.