From c0bcc9bcbd2c39883f2a7370aef49d040a570624 Mon Sep 17 00:00:00 2001 From: Bhavay192 <56443877+Bhavay192@users.noreply.github.com> Date: Fri, 18 Feb 2022 21:40:47 +0530 Subject: [PATCH] Update test_model.py Changed spelling from TesteModel to TestModel --- models/test_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/test_model.py b/models/test_model.py index fe15f40..ca19e6c 100644 --- a/models/test_model.py +++ b/models/test_model.py @@ -3,7 +3,7 @@ class TestModel(BaseModel): - """ This TesteModel can be used to generate CycleGAN results for only one direction. + """ This TestModel can be used to generate CycleGAN results for only one direction. This model will automatically set '--dataset_mode single', which only loads the images from one collection. See the test instruction for more details.