metrics: Remove unused variable in tensorflow script

This PR removes an unused variable in tensorflow script.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
(cherry picked from commit f700f9b0ba)
This commit is contained in:
Gabriela Cervantes 2023-08-10 20:13:37 +00:00 committed by Fabiano Fidêncio
parent b07c19eb5f
commit 3502bb4b20

View File

@ -35,7 +35,6 @@ ALEXNET_FILE="alexnet_results"
ALEXNET_CHECK_FILE_CMD="cat /${ALEXNET_FILE} | grep 'total images' | wc -l"
RESNET_FILE="resnet_results"
RESNET_CHECK_FILE_CMD="cat /${RESNET_FILE} | grep 'total images' | wc -l"
MAX_RETRIES=300
function remove_tmp_file() {
rm -rf "${resnet_tensorflow_file}" "${alexnet_tensorflow_file}"