update model jupyters
This commit is contained in:
parent
2dcbff3004
commit
1bd6a05aec
@ -24,7 +24,7 @@
|
|||||||
"!pip install tqdm\n",
|
"!pip install tqdm\n",
|
||||||
"!pip install pydot\n",
|
"!pip install pydot\n",
|
||||||
"!pip install tensorflow-io\n",
|
"!pip install tensorflow-io\n",
|
||||||
"!pip install tensorflow-addons\n"
|
"!pip install tensorflow-addons"
|
||||||
],
|
],
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"execution_count": null
|
"execution_count": null
|
||||||
@ -49,6 +49,10 @@
|
|||||||
"import matplotlib.pyplot as plt\n",
|
"import matplotlib.pyplot as plt\n",
|
||||||
"from tensorflow.keras.utils import plot_model\n",
|
"from tensorflow.keras.utils import plot_model\n",
|
||||||
"import tensorflow_addons as tfa\n",
|
"import tensorflow_addons as tfa\n",
|
||||||
|
"import os\n",
|
||||||
|
"import joblib\n",
|
||||||
|
"import seaborn as sns\n",
|
||||||
|
"from sklearn.metrics import mean_absolute_error, mean_squared_error, r2_score, confusion_matrix\n",
|
||||||
"\n",
|
"\n",
|
||||||
"folder_name = datetime.now().strftime(\"%Y-%m-%d_%H-%M\")\n",
|
"folder_name = datetime.now().strftime(\"%Y-%m-%d_%H-%M\")\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user