Skip to content

Commit 6281535

Browse files
authored
fixes script (#755)
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
1 parent 56e7e87 commit 6281535

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runner.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" 2d_inference_3d_vol
4040
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" resample_benchmark.ipynb)
4141
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" infoANDinference.ipynb)
4242
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" dice_loss_metric_notes.ipynb)
43+
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" 2d_slices_from_3d_sampling.ipynb)
44+
doesnt_contain_max_epochs=("${doesnt_contain_max_epochs[@]}" 2d_slices_from_3d_training.ipynb)
4345

4446
# output formatting
4547
separator=""

0 commit comments

Comments
 (0)