Skip to content

Commit

Permalink
Added demo of TQDMProgressBar() for evaluate() (tensorflow#1674)
Browse files Browse the repository at this point in the history
* Added demo of TQDMProgressBar() for evaluate()

* demo screenshot added

* verbose added
  • Loading branch information
ashutosh1919 authored Apr 16, 2020
1 parent ad65968 commit 1ca99f6
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/tutorials/tqdm_progress_bar.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,24 @@
"**Below is the expected output when you run the cell above**\n",
"![TQDM Progress Bar Figure](https://raw.githubusercontent.com/tensorflow/addons/59961669a0e21eb4c045d4ad38d008a529d566c2/docs/tutorials/assets/tqdm_progress_bar_demo.png)"
]
}
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# TQDMProgressBar() also works with evaluate()\n",
"model.evaluate(x_test, y_test, batch_size=64, callbacks=[tqdm_callback], verbose=0)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**Below is the expected output when you run the cell above**\n",
"![TQDM Evaluate Progress Bar Figure](https://user-images.githubusercontent.com/20843596/79412655-a57cef00-7fc3-11ea-9bea-ade8ee8dad58.PNG)"
]
},
]
}

0 comments on commit 1ca99f6

Please sign in to comment.