Skip to content

tensorflow 2.11.0

Compare
Choose a tag to compare
@t-kalinowski t-kalinowski released this 20 Dec 13:54
  • install_tensorflow() now installs TF v2.11 by default.

  • as_tensor() now coerces bare R atomic vectors to R arrays before conversion.
    As a consequence, R atomic double vectors by default now coerce to
    'float64' dtype tensors instead of 'float32'.

  • shape() gains the ability to accept vectors of length > 1 in ...,
    including other tf.TensorShapes. Shapes are automatically flattened.

  • Fixed an issue where a ListWrapper object of trackable keras layers
    (e.g., as part of a keras model) would not convert to an R list.