Skip to content

Commit

Permalink
skip 403 for forbidden
Browse files Browse the repository at this point in the history
Signed-off-by: Mingxin Zheng <[email protected]>
  • Loading branch information
mingxin-zheng committed Oct 18, 2024
1 parent 4d7d072 commit 3e3b4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/markdown-link-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"retryOn429": true,
"retryCount": 3,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [200, 202, 402]
"aliveStatusCodes": [200, 202, 403]
}
2 changes: 1 addition & 1 deletion monai_vila2d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ An interactive demo is provided in ...
To prepare the datasets for training and evaluation, follow the instructions in [data_prepare](./data_prepare).

## Training
To replicate our fine-tuning procedure, utilize the provided [scripts](./scripts).
To replicate our fine-tuning procedure, utilize the provided scripts.

## Evaluation
To evaluate a model on the above benchmarks, follow the instructions in [eval](./eval/README.md)
Expand Down

0 comments on commit 3e3b4ac

Please sign in to comment.