From e438e68236f5e888b607eb6f9e825cd415efa1fa Mon Sep 17 00:00:00 2001 From: kkudrynski Date: Sat, 24 Apr 2021 17:54:33 +0200 Subject: [PATCH] [MaskRCNN/TF2] Readme fix --- TensorFlow2/Segmentation/MaskRCNN/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow2/Segmentation/MaskRCNN/README.md b/TensorFlow2/Segmentation/MaskRCNN/README.md index 8104decd8..cb68f6f5b 100644 --- a/TensorFlow2/Segmentation/MaskRCNN/README.md +++ b/TensorFlow2/Segmentation/MaskRCNN/README.md @@ -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.