-
Hi,
python main_example.py
Traceback (most recent call last):
File "main_example.py", line 5, in
import CRFRNN
File "/home/molys/product/NER/CRF-RNN_Tensorflow/CRFRNN.py", line 8, in
…
-
It works perfectly fine with the Greedy decoder. Here is the code
Tensorflow: 1.8.0
```
encoder_emb_inp = tf.nn.embedding_lookup(embeddings, x)
encoder_cell = rnn.GRUCell(rnn_size,name='encoder…
-
Hello !
I'm trying to use/test things with your code but I'm kinda stucked. When I start to train, I got this error and I didn't find a way through it :
`Traceback (most recent call last):
F…
oxmah updated
7 years ago
-
Hi there,
So it looks like in the latest version of TF (1.0?) - tf.nn.rnn.LSTMcell() has been replaced with tf.contrib.rnn.LSTMcell() - I just upgraded TF today and came across this,
[https:/…
-
Use the other machine to generate .mag file, why not use it on machines that are not generated.I use A computer train model and generate .mag file using A's GPU tensorflow. and then I transfer .mag fi…
-
I`ve followed by your instructions for generating poetry samples. I downloaded weights, copied it to data/poems. I launched generate.py. Then I received an error message about missing file "config,jso…
-
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Linux Ubuntu 18.04
- **TensorFlow Serving installed from (source or binary)** source
- **TensorFlow Serving ver…
-
# Ask a Question
### I have just started learning how to convert a TensorFlow model to ONNX. How should I start fix this error?
ERROR - Tensorflow op [cudnn_lstm/rnn/multi_rnn_cell/cell_0/cudnn_co…
-
Type error when running: `python run_atari.py --gamma_ext 0.999`
and have applied below changes in `mpi_util.py`:
`available_gpus = guess_available_gpus()`-> `available_gpus = 1`
and
`os.envir…
-
if we install updated version then this error comes
```
import tensorflow.compat.v1 as tf
ModuleNotFoundError: No module named 'tensorflow.compat'
```
if we install tf 1.8 then this error comes
…