Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
3a0bcc0c
"tests/python/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "3645e493e374f85e90430c7ae13c0575a1f7c7fb"
Unverified
Commit
3a0bcc0c
authored
Jun 13, 2023
by
Rhett Ying
Committed by
GitHub
Jun 13, 2023
Browse files
[Doc] fix doc build error caused by quickstart.ipynb (#5864)
parent
ae17185a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
notebooks/sparse/quickstart.ipynb
notebooks/sparse/quickstart.ipynb
+2
-2
No files found.
notebooks/sparse/quickstart.ipynb
View file @
3a0bcc0c
...
@@ -1255,7 +1255,7 @@
...
@@ -1255,7 +1255,7 @@
"cell_type": "code",
"cell_type": "code",
"source": [
"source": [
"import torch.nn as nn\n",
"import torch.nn as nn\n",
"import torch.functional as F\n",
"import torch.
nn.
functional as F\n",
"\n",
"\n",
"class SimplifiedGAT(nn.Module):\n",
"class SimplifiedGAT(nn.Module):\n",
" def __init__(self, in_size, out_size):\n",
" def __init__(self, in_size, out_size):\n",
...
@@ -1306,4 +1306,4 @@
...
@@ -1306,4 +1306,4 @@
"outputs": []
"outputs": []
}
}
]
]
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment