-
lstm example
-
``$ python -m basic.cli --mode train --noload --debug
Traceback (most recent call last):
File "anaconda2/envs/tensorflow/lib/python3.5/runpy.py", line 193, in _run_module_as_main
"__main__", …
-
```
docs/
├── README.md # Overview of the documentation structure
├── getting-started/
│ ├── introduction.md # Introduction to AIBuddies and AI
│ …
-
WARNING:tensorflow:: Using a concatenated state is slower and will soon be deprecated. Use state_is_tuple=True.
Traceback (most recent call last):
File "train.py", line 25, in
main()
Fil…
-
#My System Configurations
**CUDA: 9.1**
**libCUDNN 7.1**
Tensorflow Version: '1.8.0-rc0'
The system works for default Vietnam to English dataset but while training with Bodo English dataset th…
-
I can't seem to import this package, it depends on tensorflow.models.rnn.translate which doesn't seem to be a part standard tensorflow, what is required to make this work?
```
In [5]: import chord…
-
[root@bdl02node04 multi-class-text-classification-cnn-rnn-master]# python train.py
CRITICAL:root:The maximum length is 14
INFO:root:x_train: 711219, x_dev: 79025, x_test: 87805
INFO:root:y_train: 7…
-
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.
-
root@ip-172-31-23-174:/home/ubuntu/char-rnn# python train.py
I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcublas.so locally
I tensorflow/stream_executor/dso_load…
ghost updated
7 years ago
-
I'm trying to add a Basic LSTM layer after the conv2d layers on the [AC3 demo](https://github.com/tflearn/tflearn/blob/master/examples/reinforcement_learning/atari_1step_qlearning.py) but I get
``…