Skip to content

Commit 7bed713

Browse files
authored
Correct typos in auto3dseg tutorial (#995)
Signed-off-by: dongyang0122 <don.yang.mech@gmail.com> Corrected typos in auto3dseg tutorial. ### Description A few sentences describing the changes proposed in this pull request. ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Notebook runs automatically `./runner [-p <regex_pattern>]` Signed-off-by: dongyang0122 <don.yang.mech@gmail.com>
1 parent 72728b6 commit 7bed713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto3dseg/docs/ensemble.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data_src_cfg = "./task.yaml"
2323
## algorithm generation
2424
bundle_generator = BundleGen(
2525
algo_path=work_dir,
26-
data_stats_filename=da_output_yaml,
26+
data_stats_filename=data_output_yaml,
2727
data_src_cfg_name=data_src_cfg,
2828
)
2929

0 commit comments

Comments
 (0)