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
e2e04329
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "03be15e8909cbfcb9df1860c41ed035e44038d4f"
Commit
e2e04329
authored
Apr 11, 2019
by
Quan (Andy) Gan
Committed by
VoVAllen
Apr 11, 2019
Browse files
[BUG] Update URL for JTNN dataset
parent
c69dbbb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/pytorch/jtnn/jtnn/datautils.py
examples/pytorch/jtnn/jtnn/datautils.py
+1
-1
No files found.
examples/pytorch/jtnn/jtnn/datautils.py
View file @
e2e04329
...
@@ -12,7 +12,7 @@ from .jtmpn import mol2dgl_single as mol2dgl_dec
...
@@ -12,7 +12,7 @@ from .jtmpn import mol2dgl_single as mol2dgl_dec
from
.jtmpn
import
ATOM_FDIM
as
ATOM_FDIM_DEC
from
.jtmpn
import
ATOM_FDIM
as
ATOM_FDIM_DEC
from
.jtmpn
import
BOND_FDIM
as
BOND_FDIM_DEC
from
.jtmpn
import
BOND_FDIM
as
BOND_FDIM_DEC
_url
=
'https://
www.dropbox.com/s/4ypr0e0abcbsvoh
/jtnn.zip
?dl=1
'
_url
=
'https://
s3-ap-southeast-1.amazonaws.com/dgl-data-cn/dataset
/jtnn.zip'
def
_unpack_field
(
examples
,
field
):
def
_unpack_field
(
examples
,
field
):
return
[
e
[
field
]
for
e
in
examples
]
return
[
e
[
field
]
for
e
in
examples
]
...
...
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