We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43428f6 commit 85eae02Copy full SHA for 85eae02
.tether/man/keras.utils.txt
@@ -20,6 +20,7 @@ audio_dataset_from_directory(
20
follow_links=False,
21
verbose=True
22
)
23
+bounding_boxes: Module(keras.api.utils.bounding_boxes)
24
clear_session(free_memory=True)
25
Config(**kwargs)
26
custom_object_scope(custom_objects)
R/module-tethers.R
@@ -221,6 +221,12 @@ NULL
221
#' @noRd
222
NULL
223
224
+#' @title keras.utils.bounding_boxes
225
+#' @name keras.utils.bounding_boxes
226
+#' @tether keras.utils.bounding_boxes
227
+#' @noRd
228
+NULL
229
+
230
231
#' @title keras
232
#' @name keras
0 commit comments