Skip to content

Commit

Permalink
redocument
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Feb 1, 2024
1 parent a9ecac4 commit 41b54eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
3 changes: 2 additions & 1 deletion R/ops.R
Original file line number Diff line number Diff line change
Expand Up @@ -3182,7 +3182,8 @@ keras$ops$arctanh(x)
#'
#' @returns
#' Tensor of indices. It has the same shape as `x`, with the dimension
#' along `axis` removed.
#' along `axis` removed. Note that the returned integer is 0-based (i.e., if the
#' argmax is in the first index position, the returned value will be `0`)
#'
#' @param x
#' Input tensor.
Expand Down
4 changes: 2 additions & 2 deletions man/layer_tfsm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/op_argmax.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions tools/make.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ if(!"source:tools/translate-tools.R" %in% search()) envir::attach_source("tools/
# TODO: layer wrappers that by pass `create_layer()` and call do.call() directly,
# need to apply `resolve_py_object()` to unwrap, e.g., activations.
#
#
# TODO: tether application process_utils
#
# TODO: `backend()` used to have a `convert=FALSE` option, and all k_* would
Expand Down Expand Up @@ -119,8 +118,6 @@ if(!"source:tools/translate-tools.R" %in% search()) envir::attach_source("tools/
# fit(..., class_weight = list(category_name_1 = .5, category_name_2 = .6),
# class_names = c("category_name_1", "category_name_2"))
#
# TODO: bump tfruns ver, update dep
#
# TODO: make sure tfdeploy::serve_savedmodel() works with the new
# export_savedmodel() S3 method for keras3 models.
# update example in export_savedmodel.keras.models.model.Model S3 method
Expand All @@ -131,8 +128,6 @@ if(!"source:tools/translate-tools.R" %in% search()) envir::attach_source("tools/

# TODO: R generator func should be passable to adapt(layer_feature_space(), <r_generator>)

# TODO: c.keras_shape <- function(...){}
#
# TODO: custom_metric() / custom_loss() / Loss() / Metric(). remove custom_metric()?

# TODO: "keras.layers.InputSpec" - needs to be exported or somehow processed in `Layer()`
Expand Down Expand Up @@ -211,12 +206,9 @@ if(!"source:tools/translate-tools.R" %in% search()) envir::attach_source("tools/
#
# TODO: make the op_* @family tags make sense.
#
# TODO: op_true_divide -- remove?
#
# TODO: remove any tensorflow imports / DESCRIPTION deps
#
# TODO: trimws @returns
#
# TODO: op_istft op_irfft example is wrong, investigate
#
# TODO: rename: op_image_pad_images -> op_image_pad
Expand Down

0 comments on commit 41b54eb

Please sign in to comment.