Skip to content

Commit

Permalink
[BUG] Update URL for JTNN dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
BarclayII authored and VoVAllen committed Apr 11, 2019
1 parent c69dbbb commit e2e0432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pytorch/jtnn/jtnn/datautils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .jtmpn import ATOM_FDIM as ATOM_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):
return [e[field] for e in examples]
Expand Down

0 comments on commit e2e0432

Please sign in to comment.