From 1784af34a2c4989a8a43ce112cac7235fa8676bb Mon Sep 17 00:00:00 2001 From: DavidLee528 <35065046+DavidLee528@users.noreply.github.com> Date: Mon, 15 May 2023 16:28:52 +0800 Subject: [PATCH] Fixed a spelling mistake. --- opengait/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opengait/main.py b/opengait/main.py index 35d372c..598dcaa 100644 --- a/opengait/main.py +++ b/opengait/main.py @@ -59,7 +59,7 @@ def run_model(cfgs, training): if __name__ == '__main__': torch.distributed.init_process_group('nccl', init_method='env://') if torch.distributed.get_world_size() != torch.cuda.device_count(): - raise ValueError("Expect number of availuable GPUs({}) equals to the world size({}).".format( + raise ValueError("Expect number of available GPUs({}) equals to the world size({}).".format( torch.cuda.device_count(), torch.distributed.get_world_size())) cfgs = config_loader(opt.cfgs) if opt.iter != 0: