-
Hello, I'm new and I trying to use this tool. I have downloaded the google word2vec pre-trained file (GoogleNews-vectors-negative300.bin.gz). Then, I use the example code
```
import tensorflow as …
-
I think it's been a while since anyone ran the slow tests. I just ran them, and of 35 tests, 14 failed.
```
FAILED deepchem/feat/tests/test_graph_features.py::TestAtomicConvFeaturizer::test_featu…
-
I let `train_script_gru_simple_no_attn.py` run for a long time, and each iteration the generated summary is completely empty. Is this normal? How many iterations is it supposed to run before exiting? …
-
Is there a way to pass extra feature along with the existing word tokens as input and feed it to the encoder RNN?
Lets consider the NMT problem , say I have 2 more feature columns for the correspon…
-
When running the example RNN notebook [from tensorflow](https://www.tensorflow.org/guide/keras/rnn), I got the following error:
```python
NotFoundError: Exception encountered when calling layer "ls…
-
I tried to use shap (version 0.39.0) to explain a TF model (TF version 2.4.2) but got the following error:
```
/home/test/software/anaconda3/envs/tf2/lib/python3.7/site-packages/shap/explainer…
-
With the current Flux RNN design, where each data batch is a Vector of `length = seq_length` and whose elements are of size `[features, batch_size]`, I'm afraid it misses some performance opportunitie…
-
1. operating system and the version: ubuntu18
2. python version: 3.6
3. pytorch version: 1.6
Did anyone else have the same problem? The accuracy is decreasing, and the error is increasing.
…
-
Hello all,
I experienced a problem using plaidml to train my Keras model (mostly conv2d layer and dropout layers, for image segmentation), on my MacBook Pro, macOS, Mojave, using my Blackmagic eGPU…
CvRNL updated
4 years ago
-
I tried using both this repo and @carlfm01's fork, but both of them are coming up with the same issues (MacOS X, Python 3.6.4 on a MAcBook Air; Ubuntu 18.04, Python 2.7.15rc1 on a VM).
First, with …