Loading docs/source/api_doc/validate/monochrome_benchmark.plot.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ class MonochromeBenchmark(BaseBenchmark): def run(self): image_file = random.choice(self.all_images) _ = get_monochrome_score(image_file, model_name=self.model, safe=self.safe) _ = get_monochrome_score(image_file, model_name=self.model) if __name__ == '__main__': Loading Loading
docs/source/api_doc/validate/monochrome_benchmark.plot.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ class MonochromeBenchmark(BaseBenchmark): def run(self): image_file = random.choice(self.all_images) _ = get_monochrome_score(image_file, model_name=self.model, safe=self.safe) _ = get_monochrome_score(image_file, model_name=self.model) if __name__ == '__main__': Loading