Skip to content

Commit

Permalink
HEK293 should download HEK data. (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Jan 8, 2020
1 parent d605983 commit 7e349a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepcell/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ def load_tracked_data(self, path=None, test_size=0.2, seed=0):

hek293 = Dataset(
path='HEK293.npz',
url='https://deepcell-data.s3.amazonaws.com/nuclei/3T3_NIH.npz',
file_hash='f6520df218847fa56be2de0d3552c8a2',
url='https://deepcell-data.s3-us-west-1.amazonaws.com/nuclei/HEK293.npz',
file_hash='6221fa459350cd1e45ce6c9145264329',
metadata={}
)

Expand Down

0 comments on commit 7e349a7

Please sign in to comment.