From a191eb14a7b2cddaed49b6a27ceb9899d143c997 Mon Sep 17 00:00:00 2001 From: Marie Weiel Date: Mon, 13 May 2024 11:43:23 +0200 Subject: [PATCH] format code --- tutorials/torch_example.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/torch_example.py b/tutorials/torch_example.py index e671a52a..3556b12e 100755 --- a/tutorials/torch_example.py +++ b/tutorials/torch_example.py @@ -3,6 +3,7 @@ This script was tested on a single compute node with 4 GPUs. Note that you need to adapt ``GPUS_PER_NODE`` (see ll. 25). """ + import logging import pathlib import random