MCPcopy Create free account
hub / github.com/alibaba/euler / download_data

Method download_data

tf_euler/python/dataset/base_dataset.py:101–102  ·  view source on GitHub ↗
(self, source_url, out_dir)

Source from the content-addressed store, hash-verified

99 urlretrieve(file_url, path)
100
101 def download_data(self, source_url, out_dir):
102 raise NotImplementedError
103
104 def convert2json(self, origin_dir, out_dir):
105 raise NotImplementedError

Callers 1

maybe_downloadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected