CI: fix efficientnet pipeline timeout and prevent future similar issues due to large image size (#33123)
* fix param not being passed in tested; add exceptions * better source of model name * Update utils/create_dummy_models.py Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> --------- Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
This commit is contained in:
@@ -83,6 +83,7 @@ class EfficientNetModelTester:
|
||||
|
||||
def get_config(self):
|
||||
return EfficientNetConfig(
|
||||
image_size=self.image_size,
|
||||
num_channels=self.num_channels,
|
||||
kernel_sizes=self.kernel_sizes,
|
||||
in_channels=self.in_channels,
|
||||
|
||||
Reference in New Issue
Block a user