-
After preprocessing, I am facing "module 'tensorflow._api.v2.nn' has no attribute 'rnn_cell' " error. Please help me with it
-
When I run 'python3 copy_task.py', I got errors after batches 5000 as logs below.
Should I make ./save/copy_task/NTM directory?
> batches 4900, loss 0.00113704
> [[ 1. 1. 1. 1. 1. 1. 1. 0.…
-
hi, when i run the code on my server ( v100*4 cuda 9.0 cudnn 7.0), it occurs this errors.
Could you please help me ?
which version of cuda and cudnn do you use?
`/home/admin/algomodule/test/kagg…
-
Traceback (most recent call last):
File "train.py", line 7, in
from model import Model
File "/software/home/zhongsl/han005/model.py", line 6, in
from ran_cell import RANCell
File …
ghost updated
6 years ago
-
**I'm trying to Reproduce the results with the pre-trained model and got a mistake:**
`python ROLO_for_TF/experiments/testing/ROLO_network_test_all.py
/usr/lib/python2.7/dist-packages/matplotlib…
-
处理proto文件夹下的文件总是出错:
(tensorflow) F:\STR\Aster\aster-master>protoc protos/*.proto --python_out=.
aster/protos/rnn_cell.proto: File not found.
aster/protos/hyperparams.proto: File not found.
protos/…
-
When I tried to train the deeptype model using Tensorflow 1.14 it failed.
On [this line](https://github.com/openai/deeptype/blob/master/learning/train_type.py#L1016) it failed saying that it got th…
-
Traceback (most recent call last):
File "execute.py", line 31, in
import seq2seq_model
File "/Users/rahul/Desktop/AI and ML/tensorflow_chatbot-master/seq2seq_model.py", line 28, in
f…
-
Hello
I'm trying to run it with provided weigths on some images to get its captions.
I'm running it on python 2.7, and tensorflow 1.1.0., however wher I run it I get this:
```
$ python main.…
-
ImportError: This module is deprecated. Use tf.nn.rnn_cell instead.
use from tensorflow.python.ops import rnn_cell but
ValueError: setting an array element with a sequence.