Explorar o código

Fixed typo on max_gpu_mem

Ben Swinney %!s(int64=6) %!d(string=hai) anos
pai
achega
91a7438c12
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ColorizeTrainingStable.ipynb

+ 1 - 1
ColorizeTrainingStable.ipynb

@@ -96,7 +96,7 @@
     "# Enable PyTorch LMS\n",
     "torch.cuda.set.enabled_lms(True)\n",
     "# Set LMS limit\n",
-    "torch.cuda.set_limit_lms(gb_to_bytes(max_gpu_memory))"
+    "torch.cuda.set_limit_lms(gb_to_bytes(max_gpu_mem))"
    ]
   },
   {