-
I am running the following code:
```
import shap
explainer = shap.GradientExplainer(model, x_train)
shap_values = explainer.shap_values(x_test[:10])
```
I run into the following error:
`…
-
I'm very new to these type of technologies, and I could figure out how to use it from other source, but I'm struggling with Onsets and Frames. Here you can see the output I get after transcribing:
…
ghost updated
2 years ago
-
When run rnn_train.py, I got the following error:
Traceback (most recent call last):
File "/tensorflow-rnn-shakespeare/rnn_train.py", line 148, in
txt.print_learning_learned_comparison(x,…
-
Hello @suriyadeepan, nice repo you got here. I am trying to resolve https://github.com/tensorflow/tensorflow/issues/10862 this bug. I find you functional scan method refreshing. My only question: how …
-
Traceback (most recent call last):
File "D:/rnn_lstm/rnn.py", line 153, in
embedding = load_word2vec_embedding(vocab_size)
File "D:\rnn_lstm\utils.py", line 285, in load_word2vec_embedding…
-
Hi,
Since Nov the 21st I have issues with some of my jobs in production. I digged and found that this is due to keras-tuner-1.0.2 upgrade (before I was using 1.0.1).
Maybe a brad practice but in m…
-
I'm using tensorflow 1.6 due to newer version of CUDA. After changing few imports the code is working fine, except transferring trained models to cpu. There is no RNNParamsSaveable class in 1.6 versio…
-
Hi, I wonder did you still include y_T here? I dont see the code which abandan y_T
should line 439 be: Y = inputs[:, T-1, -self.y_dim:] so that it matches the dimension you wrote in the comment?
htt…
-
c:\Users\medha\Downloads\5THSEMMINIPRO\SimpleHTR-master\SimpleHTR-master\src\model.py:73: UserWarning: `tf.layers.batch_normalization` is deprecated and will be removed in a future version. Please use…
-
When training the model by running the train.py command, I encounter the following issue:
python train.py
I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcublas.so…