From d8327c414b52bdf76a1b5e7ce7a322872f8f2fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Avic=20Simmons?= Date: Thu, 25 Jun 2026 18:00:21 -0400 Subject: [PATCH] fix: correct copy-paste error in eval.py flag description --- eval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eval.py b/eval.py index 0afafb7..3c120fd 100644 --- a/eval.py +++ b/eval.py @@ -86,7 +86,7 @@ "WideResnet28-10", "WideResnet40-4", ], - "Name of the model to train.", + "Name of the model to evaluate.", ) flags.DEFINE_integer( "batch_size",