소스 검색

Fixed typo on max_gpu_mem

Ben Swinney 6 년 전
부모
커밋
91a7438c12
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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))"
    ]
   },
   {