Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 43aafc7

Browse files
authored
Search for output model in ./training rather than ./framework (#974)
1 parent 1b83d9b commit 43aafc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/image_classification/test_image_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def capture_pre_run_state(self):
7575
self.expected_checkpoint_path = os.path.join(
7676
train_args.save_dir,
7777
train_args.model_tag,
78-
"framework",
78+
"training",
7979
"model-one-shot.pth" if train_args.one_shot else "model.pth",
8080
)
8181

0 commit comments

Comments
 (0)