diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-02 01:52:15 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-02 01:52:15 +0200 |
commit | 09f9eab02ef40b1ca26e4693ad77f1f2df79a945 (patch) | |
tree | 9526f0321f2a4e1cd101e3dce89a91a41e6149e4 /notebooks/Untitled.ipynb | |
parent | 287611e9fab68939bbe9369bea430a57664b4e18 (diff) |
Update in notebooks
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": [] |