diff --git a/python/model_is_training_progress_bar.ipynb b/python/model_is_training_progress_bar.ipynb new file mode 100644 index 0000000..6c6e46f --- /dev/null +++ b/python/model_is_training_progress_bar.ipynb @@ -0,0 +1,208 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "zzD4-HxqXBmt" + }, + "source": [ + "# **Progress Bar in Jupyter Notebook**\n", + "\n", + "Chanin Nantasenamat\n", + "\n", + "**Data Professor YouTube channel**, http://youtube.com/dataprofessor" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "An7XU557Y5ci" + }, + "source": [ + "# **Progress Bar with the tqdm library**" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "id": "3yc04janmetd" + }, + "outputs": [], + "source": [ + "# ! pip install tqdm" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "id": "gxa8jup1DNjt" + }, + "outputs": [], + "source": [ + "from tqdm.notebook import tqdm\n", + "from time import sleep" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": { + "id": "009bdoXCE74q" + }, + "outputs": [ + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "93cc2d7933af4faf96fda14e55f24e23", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + " 0%| | 0/100 [00:00