Skip to content

Commit d7d3179

Browse files
committed
cleanup
1 parent 04f737b commit d7d3179

3 files changed

+21
-194
lines changed

notebooks/MDN-1D-sine-prediction.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
"name": "python",
276276
"nbconvert_exporter": "python",
277277
"pygments_lexer": "ipython3",
278-
"version": "3.6.5"
278+
"version": "3.7.4"
279279
}
280280
},
281281
"nbformat": 4,

notebooks/MDN-2D-spiral-prediction.ipynb

+3-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"import keras\n",
2626
"from context import * # imports the MDN layer \n",
2727
"import numpy as np\n",
28-
"import random\n",
2928
"import matplotlib.pyplot as plt\n",
3029
"from mpl_toolkits.mplot3d import Axes3D \n",
3130
"%matplotlib notebook"
@@ -234,9 +233,9 @@
234233
],
235234
"metadata": {
236235
"kernelspec": {
237-
"display_name": "venv",
236+
"display_name": "Python 3",
238237
"language": "python",
239-
"name": "venv"
238+
"name": "python3"
240239
},
241240
"language_info": {
242241
"codemirror_mode": {
@@ -248,7 +247,7 @@
248247
"name": "python",
249248
"nbconvert_exporter": "python",
250249
"pygments_lexer": "ipython3",
251-
"version": "3.6.8"
250+
"version": "3.7.4"
252251
}
253252
},
254253
"nbformat": 4,

0 commit comments

Comments
 (0)