Syntax for TensorFlow code has been changed since the latest Genotate releas, which will give an error:
ValueError: A KerasTensor cannot be used as input to a TensorFlow function. A KerasTensor is a symbolic placeholder for a shape and dtype, used when constructing Keras Functional models or Keras Functions. You can only use it as input to a Keras layer or a Keras operation (from the namespaces `keras.layers` and `keras.operations`).
Until the Genotate code is patched, one solution is to downgrade TensorFlow. I haven't figured the last version Genotate supports, but 2.10.0 seems to work pretty well:
Syntax for TensorFlow code has been changed since the latest Genotate releas, which will give an error:
Until the Genotate code is patched, one solution is to downgrade TensorFlow. I haven't figured the last version Genotate supports, but 2.10.0 seems to work pretty well: