Skip to content

Commit bfeb612

Browse files
moazreyadnudles
authored andcommitted
SINGA-290 Upgrade to Python 3
1 parent 8c9b594 commit bfeb612

7 files changed

Lines changed: 278 additions & 251 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ IF(PACKAGE)
195195
IF(PYTHON2)
196196
SET(PYTHON_DEPENDENCIES "${CORE_DEPENDENCIES}, python-dev, libpython2.7, python-pip, python-numpy, python-pillow")
197197
ELSE()
198-
SET(PYTHON_DEPENDENCIES "${CORE_DEPENDENCIES}, python3, python3-dev, python3-pip, python3-numpy, python3-pillow")
198+
SET(PYTHON_DEPENDENCIES "${CORE_DEPENDENCIES}, python3, python3-dev, python3-pip, python3-numpy, python3-pillow, python3-matplotlib")
199199
ENDIF()
200200

201201
SET(CPACK_GENERATOR "DEB")

doc/en/docs/notebook/index.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
" * [Multi-layer Perceptron](./mlp.ipynb)\n",
2323
"* Deep learning models\n",
2424
" * [Convolutional Neural Network (CNN)](./cnn.ipynb)\n",
25-
" * [Recurrent Neural Networks (RNN)](./rnn.ipynb) (WIP)\n",
25+
" * [Recurrent Neural Networks (RNN)](./rnn.ipynb)\n",
2626
" * [Restricted Boltzmann Machine (RBM)](./rbm.ipynb)\n",
2727
"* [Distributed training](./distributed.ipynb) (WIP)\n",
2828
"* [Rafiki](./rafiki.ipynb) (WIP)"
@@ -112,21 +112,21 @@
112112
"metadata": {
113113
"anaconda-cloud": {},
114114
"kernelspec": {
115-
"display_name": "Python [conda env:conda]",
115+
"display_name": "py3",
116116
"language": "python",
117-
"name": "conda-env-conda-py"
117+
"name": "py3"
118118
},
119119
"language_info": {
120120
"codemirror_mode": {
121121
"name": "ipython",
122-
"version": 2
122+
"version": 3
123123
},
124124
"file_extension": ".py",
125125
"mimetype": "text/x-python",
126126
"name": "python",
127127
"nbconvert_exporter": "python",
128-
"pygments_lexer": "ipython2",
129-
"version": "2.7.13"
128+
"pygments_lexer": "ipython3",
129+
"version": "3.5.3"
130130
}
131131
},
132132
"nbformat": 4,

doc/en/docs/notebook/mlp.ipynb

Lines changed: 49 additions & 54 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)