diff options
Diffstat (limited to 'notebooks/Untitled.ipynb')
-rw-r--r-- | notebooks/Untitled.ipynb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/notebooks/Untitled.ipynb b/notebooks/Untitled.ipynb index 7ea06ae..5dbda4c 100644 --- a/notebooks/Untitled.ipynb +++ b/notebooks/Untitled.ipynb @@ -38,6 +38,30 @@ { "cell_type": "code", "execution_count": 3, + "id": "4660ff12-74d7-4c8a-a65b-2c0d90326e26", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "ename": "AttributeError", + "evalue": "module 'torch' has no attribute 'cudnn'", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mAttributeError\u001b[0m Traceback (most recent call last)", + "Cell \u001b[0;32mIn[3], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[43mtorch\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mcudnn\u001b[49m\n", + "\u001b[0;31mAttributeError\u001b[0m: module 'torch' has no attribute 'cudnn'" + ] + } + ], + "source": [ + "torch.cudnn" + ] + }, + { + "cell_type": "code", + "execution_count": 3, "id": "652cfb26", "metadata": { "tags": [] |