Muhammad Haseeb

Results 1 issues of Muhammad Haseeb

This PR extends the validation metrics functionality (precision, recall, F1-score) to the `train.py` script. ### Changes: - The `validate` function within `train.py` now supports the `--metrics-avg` flag. - Implemented `torch.distributed.all_gather`...