Ian Stenbit
Ian Stenbit
keras-cv-accelerator-testing is failing because #692 is not yet merged -- you can ignore that for now.
> @ianstenbit addressed your comment. > > Should `gs://keras-cv/models` be publicly viewable? I could see `gs://keras-cv/models` with `gsutil ls -lh gs://keras-cv/models`. Yes this is WAI -- this is where we...
> @LukeWood Anyone picking this up. If not would love to close this layer. I think given the lack of activity on this PR, it would be reasonable for you...
GPU test workflow is now passing! @LukeWood
Related issue in TFDS: https://github.com/tensorflow/datasets/issues/3345
Hi @Lunatik00, On the Keras side: If you're interested in contributing support for webp decoding to `keras.utils.image_dataset_from_directory`, feel free to send a PR to the [Keras repo](https://www.github.com/keras-team/keras). With respect to...
From my understanding, it looks like this is a functionality request for core TF, and once it's supported a simple Keras change will be needed to utilize it. So I...
Hi @kloczek, TensorFlow and Keras both use their own build process, which does not follow the 517/setup.py paradigm. It may not be feasible to add support for Pep517 due to...
Thanks for following up -- I recognize what PEP517 is, and we use `setuptools` to support it on other packages. However, given that Keras and TF use a separate build...