This repository was archived by the owner on Jun 3, 2025. It is now read-only.
Commit 3c042f3
authored
[image classification] bug fix - use full zoo stub prefix to determine zoo checkpoint (#1036)
prior to this fix, IC trainer would recognize any checkpoint starting with "zoo" as a stub, this causes issues if a local path starts with zoo. this PR fixes the issue by matching to the full zoo prefix "zoo:"1 parent 3ccb428 commit 3c042f3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
0 commit comments