-
I am trying to run the Sketch-RN demo Sketch_RNN.ipynb.
when I run:
`[train_set, valid_set, test_set, hps_model, eval_hps_model, sample_hps_model] = load_env(data_dir, model_dir)`
this is the err…
-
Can you suggest a sample command line to run Coin Game?
I tried running just:
python scripts/run_lola.py --exp_name=CoinGame --no-exact
and it seems to be updating parameters and using up all…
-
https://hanxiao.github.io/2017/08/16/Why-I-use-raw-rnn-Instead-of-dynamic-rnn-in-Tensorflow-So-Should-You-0/
-
When training on large files, I get a MemoryError despite having more than enough memory to hold the file:
> reading text file
> Traceback (most recent call last):
> File "train.py", line 111, in
…
ghost updated
8 years ago
-
I used the program all the day and it worked great but with my last experiment I got the following error message:
Traceback (most recent call last):
File "sample.py", line 46, in
main()
…
-
It seems that the order of inputs and labels parameter is changed in the new tf.nn.sampled_softmax_loss API.
But after changing the order, it still reports error: TypeError: Input 'y' of 'Mul' Op has…
-
tensorflow==2.3.0
When fiting lstm with rnn set `stateful=True` using Orca, it seems that distrubuted training is not supported yet by origin tf.distribute?
```
Traceback (most recent call last):…
-
运行报ValueError: Trying to share variable rnn/multi_rnn_cell/cell_0/basic_lstm_cell/kernel, but specified shape (1024, 2048) and found shape (595, 2048).
再执行dynamic_rnn时报的
我的tensorflow版本1.3.0,python版本…
-
Good understanding of deep learning architectures like Multi-Layer Perceptron, Recurrent Neural Networks (RNNs), Long Short Term Memory models (LSTMs), Gated Recurrent Units (GRUs), and Convolutional …
-
Getting a attribute error like this
`Traceback (most recent call last):
File "C:\Users\Inspired Kinematics\Desktop\nmt-chatbot\train.py", line 7, in
from nmt import nmt
File "C:\Users\Ins…