Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebookresearch/jepa
/ _check_args_tf
Function
_check_args_tf
src/datasets/utils/video/randaugment.py:45–48 ·
view source on GitHub ↗
(kwargs)
Source
from the content-addressed store, hash-verified
43
44
45
def
_check_args_tf(kwargs):
46
if
"fillcolor"
in kwargs and _PIL_VER < (5, 0):
47
kwargs.pop(
"fillcolor"
)
48
kwargs[
"resample"
] = _interpolation(kwargs)
49
50
51
def
shear_x(img, factor, **kwargs):
Callers
7
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