Преглед на файлове

dist.destroy_process_group() bug fix

5.0
Glenn Jocher преди 4 години
родител
ревизия
afe1df385b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      train.py

+ 1
- 1
train.py Целия файл

@@ -356,7 +356,7 @@ def train(hyp):
if not opt.evolve:
plot_results() # save as results.png
print('%g epochs completed in %.3f hours.\n' % (epoch - start_epoch + 1, (time.time() - t0) / 3600))
dist.destroy_process_group() if torch.cuda.device_count() > 1 else None
dist.destroy_process_group() if device.type != 'cpu' and torch.cuda.device_count() > 1 else None
torch.cuda.empty_cache()
return results


Loading…
Отказ
Запис