Skip to content

Commit e438e68

Browse files
committed
[MaskRCNN/TF2] Readme fix
1 parent ec2bef8 commit e438e68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TensorFlow2/Segmentation/MaskRCNN/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ To train your model using mixed or TF32 precision with Tensor Cores or using FP3
241241
The following script will download the pre-trained weights to `/weights`.
242242

243243
```bash
244-
bash scripts/download_weights.sh /weights
244+
python scripts/download_weights.py --save_dir=/weights
245245
```
246246

247247
6. Start training.

0 commit comments

Comments
 (0)