Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ files2images
Function
files2images
unsupervised_class3/util.py:132–133 ·
view source on GitHub ↗
(filenames)
Source
from the content-addressed store, hash-verified
130
131
132
def
files2images(filenames):
133
return
[scale_image(imread(fn))
for
fn in filenames]
134
135
136
# functions for downloading file from google drive
Callers
nothing calls this directly
Calls
2
scale_image
Function · 0.85
imread
Function · 0.85
Tested by
no test coverage detected