-
With the recent update where TensorFlow Addons deprecated support for F1Score and by using the F1Score function of tf.keras, problems arise. Specifically, the num_classes parameter is no longer suppor…
-
As `tf.keras` is now the official TF high level API, are there any plans to support models trained in `tf.keras`?
-
Is it possible to add support for models created with tf.keras instead of keras?
Otherwise, do you know of a similar tool with such support?
Thanks
-
Hello, Tim Sainburg, When I ran the example code you provided, I encountered the following issues. I hope you can help me resolve them.
**The example code as follow**
from umap.parametric_umap impo…
-
Hi,
I would like to congratulate you for your work,
I work with medical images and I'd like to see if such
a post processing unit would be useful for segmentation
task in the field, could you p…
-
Hi Yarin,
Could I ask which version of TF/keras you used to run this? I am having problems running it with tensorflow=0.11.0 and keras 1.1.2. I see the following error
Exception: Error when ch…
-
The main goal is to stabilize KerasCV's integration with Keras 3. The list of outstanding items listed below needs to be adresses to make KerasCV feature complete with Keras 3 is listed below. Please …
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
2.14.0
### Custom code
Yes
### OS platform and distribution
Linux
##…
-
Which one is better? @yangw1234 @shane-huang @TheaperDeng
-
I'm using tf.keras (with TF2), instead of keras standalone library since TF2 integrates better.
So I had to make a few fixes:
`import keras.foo` becomes
`import tf.keras.foo`
and
`Model(inp…