Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OUCMachineLearning/OUCML
/ __init__
Method
__init__
AutoML/darts-master/cnn/utils.py:41–42 ·
view source on GitHub ↗
(self, length)
Source
from the content-addressed store, hash-verified
39
40
class
Cutout(object):
41
def
__init__(self, length):
42
self.length = length
43
44
def
__call__(self, img):
45
h, w = img.size(1), img.size(2)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected