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
fc55225f
"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "494d2b7a072cdf838b8e4378be25cf4115c64d8f"
Unverified
Commit
fc55225f
authored
Jul 12, 2021
by
Tomohiro Endo
Committed by
GitHub
Jul 12, 2021
Browse files
Fix module name (#3128)
parent
5798ee8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
examples/pytorch/gin/ginparser.py
examples/pytorch/gin/ginparser.py
+0
-0
examples/pytorch/gin/main.py
examples/pytorch/gin/main.py
+1
-1
No files found.
examples/pytorch/gin/parser.py
→
examples/pytorch/gin/
gin
parser.py
View file @
fc55225f
File moved
examples/pytorch/gin/main.py
View file @
fc55225f
...
@@ -8,7 +8,7 @@ import torch.optim as optim
...
@@ -8,7 +8,7 @@ import torch.optim as optim
from
dgl.data
import
GINDataset
from
dgl.data
import
GINDataset
from
dataloader
import
GINDataLoader
from
dataloader
import
GINDataLoader
from
parser
import
Parser
from
gin
parser
import
Parser
from
gin
import
GIN
from
gin
import
GIN
...
...
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