Unverified Commit 3a0bcc0c authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[Doc] fix doc build error caused by quickstart.ipynb (#5864)

parent ae17185a
......@@ -1255,7 +1255,7 @@
"cell_type": "code",
"source": [
"import torch.nn as nn\n",
"import torch.functional as F\n",
"import torch.nn.functional as F\n",
"\n",
"class SimplifiedGAT(nn.Module):\n",
" def __init__(self, in_size, out_size):\n",
......@@ -1306,4 +1306,4 @@
"outputs": []
}
]
}
\ No newline at end of file
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment