MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / link

Function link

cnn_class2/make_limited_datasets.py:9–11  ·  view source on GitHub ↗
(src, dst)

Source from the content-addressed store, hash-verified

7 os.mkdir(p)
8
9def link(src, dst):
10 if not os.path.exists(dst):
11 os.symlink(src, dst, target_is_directory=True)
12
13mkdir('../large_files/fruits-360-small')
14

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected