mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 03:42:09 +00:00
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>
This commit is contained in:
parent
833cf7a684
commit
f700f9b0ba
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user