Skip to content

Commit 0429a93

Browse files
No public description
PiperOrigin-RevId: 613649595
1 parent 06e5e7f commit 0429a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/vision/serving/export_saved_model_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def export_inference_graph(
3535
batch_size: Optional[int],
3636
input_image_size: List[int],
3737
params: cfg.ExperimentConfig,
38-
checkpoint_path: str,
38+
checkpoint_path: str | None,
3939
export_dir: str,
4040
num_channels: Optional[int] = 3,
4141
export_module: Optional[export_base.ExportModule] = None,

0 commit comments

Comments
 (0)