Luca Della Libera
Luca Della Libera
Can you try to add these lines at the beginning of your training script: ```python import multiprocessing multiprocessing.set_start_method("fork") ```
I'm also not sure, it might lead to other incompatibilities. I think we should keep this in mind for future recipes and be more careful about setting the correct token...
The small variations in CER and WER might be related to the fact that when the dataset is not divisible by the number of processes, a few samples are duplicated...
