Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
def
link(src, dst):
10
if
not os.path.exists(dst):
11
os.symlink(src, dst, target_is_directory=True)
12
13
mkdir(
'../large_files/fruits-360-small'
)
14
Callers
1
make_limited_datasets.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected