gadagashwini

Results 47 comments of gadagashwini

Hi @sebastian-sz, Apologies for delayed response. Please raise PR on Keras repo. Thank you!

@dniku, Hi, Thanks for reporting this issue. Does this similar to [#15451](https://github.com/keras-team/keras/issues/15451). Thanks!

Hi @gabrieldemarmiesse, Associated PR got merged can we close this issue. Thank you!

Hi @JuanIMartinezB, You are welcome to raise PR to fix this issue. Thank you!

Hi @ptarasiewiczNV, Does[ Making new Layers and Models via subclassing](https://www.tensorflow.org/guide/keras/custom_layers_and_models) tutorial helps.Thank you!

Hi @dcvtruong, You need to install CUDA and cuDNN to use GPU. Install CUDA and cuDNN with conda. `conda install -c conda-forge cudatoolkit=11.2 cudnn=8.1.0` Configure the system paths. You can...

Hi @dcvtruong, Make sure you have Nvidia docker. For GPU support on Linux, [install NVIDIA Docker support](https://github.com/NVIDIA/nvidia-docker). Follow the steps mentioned on the [Tensorflow site](https://www.tensorflow.org/install/docker). Thank you!

Hi @Lunatik00, The .`webp` image format is available for `tfio.image.decode_webp()`. Please take a look at this [link](https://www.tensorflow.org/io/api_docs/python/tfio/image/decode_webp). Thank you!

Hi @jonasrundberg, To close the ModelCheckpoint file, workaround is, use `shutil.rmtree` to delete the directory. `shutil.rmtree(path, onerror = handler)` Thank you!

Hi @sky712345678, `W tensorflow/core/common_runtime/forward_type_inference.cc:231] Type inference failed.` is just a warning, you can safely ignore it. Given code executed without any error message. Thank you!