Allow passing of HParams to MediaPipe training docker
PiperOrigin-RevId: 542052304
This commit is contained in:
parent
86bc764b6e
commit
ef6aeb8828
|
@ -14,7 +14,10 @@
|
||||||
|
|
||||||
# Placeholder for internal Python strict library and test compatibility macro.
|
# Placeholder for internal Python strict library and test compatibility macro.
|
||||||
|
|
||||||
package(default_visibility = ["//mediapipe:__subpackages__"])
|
package(default_visibility = [
|
||||||
|
"//cloud/ml/applications/vision/model_garden/model_oss/mediapipe:__subpackages__",
|
||||||
|
"//mediapipe:__subpackages__",
|
||||||
|
])
|
||||||
|
|
||||||
licenses(["notice"])
|
licenses(["notice"])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user