Skip to content

Commit

Permalink
[MaskRCNN/TF2] Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-kkudrynski committed Apr 24, 2021
1 parent ec2bef8 commit e438e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TensorFlow2/Segmentation/MaskRCNN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ To train your model using mixed or TF32 precision with Tensor Cores or using FP3
The following script will download the pre-trained weights to `/weights`.

```bash
bash scripts/download_weights.sh /weights
python scripts/download_weights.py --save_dir=/weights
```

6. Start training.
Expand Down

0 comments on commit e438e68

Please sign in to comment.