We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2bef8 commit e438e68Copy full SHA for e438e68
1 file changed
TensorFlow2/Segmentation/MaskRCNN/README.md
@@ -241,7 +241,7 @@ To train your model using mixed or TF32 precision with Tensor Cores or using FP3
241
The following script will download the pre-trained weights to `/weights`.
242
243
```bash
244
- bash scripts/download_weights.sh /weights
+ python scripts/download_weights.py --save_dir=/weights
245
```
246
247
6. Start training.
0 commit comments