-
Hi,
Followed the installation instructions and to install keras3 with tensorflow in RStudio, however, it does not appear to have recognised my GPU.
```
install.packages("keras3")
keras3::inst…
-
**System information**
- TensorFlow version (you are using): 2.12.0
- Are you willing to contribute it (Yes/No): Yes
**Motivation**
Keras3 is the latest version and it supports multiple backen…
-
Might pdp be extended to work directly with output from Keras3? Also, variable importance plots would be a nice addition. There are number of related ideas in Molnar’s nice survey book “Interpretable …
-
Working on a Apple M1 Pro mac in RStudio. I can install everything fine but they tensorflow can't find any local GPUs so the models take a long time to fit.
For example,
`library(tensorflow)`
`tf$…
-
## How I found this issue?
![Screenshot 2023-10-22 at 4 54 00 PM](https://github.com/soumik12345/wandb-addons/assets/51750587/cc039471-f17b-4dd6-a880-e58b70279af0)
## What's going on?
The rea…
-
TensorFlow is able to correctly compute gradients for complex-valued variables. However, the Keras3 optimizers do not seem to be able to correctly apply complex-valued gradients. This worked with Kera…
-
Hello,
I'm trying to save all the model (include the optimizer) in order to continue the training at same state that the last checkpoint. I see that in the library there aren't any method to save the…
-
I'm trying to use fastshap for the analysis of the prediction of an elastic neural network with 3 outputs.
The wrapper function is designed for one of the outputs and generating a numeric vector in t…
-
When using keras-nightly which is now a preview of the keras 3.0 to come, tensorboard fails to represent the conceptual graph of a functional keras model.
I know that tensorboard is intended to wor…
nhuet updated
2 months ago
-
i am trying to serve a keras3 model with tf saved model but running into issue when trying to load variables from using `saved_model_cli` or tensorflow c++ apis.
using examples from https://keras.i…