Merge pull request #924 from NVIDIA/gh/release

[MaskRCNN/TF2] Readme fix
This commit is contained in:
nv-kkudrynski 2021-04-24 17:55:58 +02:00 committed by GitHub
commit 01201316f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.