Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/DingXiaoH/RepVGG
/ _check_args_tf
Function
_check_args_tf
train/randaug.py:35–38 ·
view source on GitHub ↗
(kwargs)
Source
from the content-addressed store, hash-verified
33
34
35
def
_check_args_tf(kwargs):
36
if
'fillcolor'
in kwargs and _PIL_VER < (5, 0):
37
kwargs.pop(
'fillcolor'
)
38
kwargs[
'resample'
] = _interpolation(kwargs)
39
40
41
def
cutout(img, factor, **kwargs):
Callers
8
cutout
Function · 0.85
shear_x
Function · 0.85
shear_y
Function · 0.85
translate_x_rel
Function · 0.85
translate_y_rel
Function · 0.85
translate_x_abs
Function · 0.85
translate_y_abs
Function · 0.85
rotate
Function · 0.85
Calls
1
_interpolation
Function · 0.85
Tested by
no test coverage detected