Skip to content

Commit 20c76a0

Browse files
Alberto-Villarrealccrhx4
authored andcommitted
Add information to the audio-classification examples README about --ddp_find_unused_parameters parameter (huggingface#941)
Signed-off-by: Alberto Villarreal <alberto.villarreal@intel.com>
1 parent 023b292 commit 20c76a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/audio-classification/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ On 8 HPUs, this script should run in ~12 minutes and yield an accuracy of **80.4
9595

9696
> If your model classification head dimensions do not fit the number of labels in the dataset, you can specify `--ignore_mismatched_sizes` to adapt it.
9797
98+
> If you get an error reporting unused parameters in the model, you can specify `--ddp_find_unused_parameters True`. Using this parameter might affect the training speed.
99+
98100

99101
## DeepSpeed
100102

0 commit comments

Comments
 (0)