Update nbformat_minor
parent
ba6c75d6e5
commit
d507ec815a
|
@ -65,7 +65,7 @@
|
||||||
"from tensorflow import keras\n",
|
"from tensorflow import keras\n",
|
||||||
"assert tf.__version__ >= \"2.0\"\n",
|
"assert tf.__version__ >= \"2.0\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"if not tf.test.is_gpu_available():\n",
|
"if not tf.config.list_physical_devices('GPU'):\n",
|
||||||
" print(\"No GPU was detected. LSTMs and CNNs can be very slow without a GPU.\")\n",
|
" print(\"No GPU was detected. LSTMs and CNNs can be very slow without a GPU.\")\n",
|
||||||
" if IS_COLAB:\n",
|
" if IS_COLAB:\n",
|
||||||
" print(\"Go to Runtime > Change runtime and select a GPU hardware accelerator.\")\n",
|
" print(\"Go to Runtime > Change runtime and select a GPU hardware accelerator.\")\n",
|
||||||
|
@ -1621,7 +1621,7 @@
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.7.3"
|
"version": "3.7.6"
|
||||||
},
|
},
|
||||||
"nav_menu": {
|
"nav_menu": {
|
||||||
"height": "381px",
|
"height": "381px",
|
||||||
|
@ -1638,5 +1638,5 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
"nbformat_minor": 1
|
"nbformat_minor": 4
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
"from tensorflow import keras\n",
|
"from tensorflow import keras\n",
|
||||||
"assert tf.__version__ >= \"2.0\"\n",
|
"assert tf.__version__ >= \"2.0\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"if not tf.test.is_gpu_available():\n",
|
"if not tf.config.list_physical_devices('GPU'):\n",
|
||||||
" print(\"No GPU was detected. CNNs can be very slow without a GPU.\")\n",
|
" print(\"No GPU was detected. CNNs can be very slow without a GPU.\")\n",
|
||||||
" if IS_COLAB:\n",
|
" if IS_COLAB:\n",
|
||||||
" print(\"Go to Runtime > Change runtime and select a GPU hardware accelerator.\")\n",
|
" print(\"Go to Runtime > Change runtime and select a GPU hardware accelerator.\")\n",
|
||||||
|
@ -1146,9 +1146,9 @@
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.7.3"
|
"version": "3.7.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
"nbformat_minor": 2
|
"nbformat_minor": 4
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue