-
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…
-
We should list which ones we currently support and which ones we plan to support in the documentation.
Below is a list of all Keras layers, not including abstract layers and aliases.
```
Activa…
-
hey i was trying to reproduce your results. I just ran your code cell be by but i am getting the error
```
---------------------------------------------------------------------------
RuntimeErro…
-
Although TPUs are way overkill on a model of textgenrnn's size, Colaboratory offers to train using them for free, so support might be good.
It should just be a simple flag addition.
-
tensorflow.python.framework.errors_impl.InvalidArgumentError: No OpKernel was registered to support Op 'CudnnRNN' used by node cu_dnnlstm/CudnnRNN (defined at action.py:28) with these attrs: [seed=0, …
-
提问时请尽可能提供如下信息:
### 基本信息
- **操作系统**: CentOS
- **Python**版本: python3.6.2
- **Tensorflow**版本: 1.14.0
- **Keras**版本: 2.3.1
- **bert4keras**版本: 0.8.8
- 使用纯**keras**还是**tf.keras**: tf.keras
- …
-
Thank you so much for this great project.
When i try to run ddqn_rl_trader.py on windows (my computer has no GPU, so i use LSTM instead of CuDNNLSTM), i get the following errors:
2019-01-17 17:0…
-
## 一言でいうと
LSTMに対する正則化と最適化方法を提案した研究。様々な手法を提案しているが、再帰(h_t-1)にかかる重みに対しDropConnectをかける手法は、CuDNNLSTMなど高速だがdropout非対応のセルの外側で使用できるため、速度と正則化を両立できる。PTB/WikiText2双方で顕著な効果を確認
![image](https://user-images.g…
-
Logs
```
2020-05-09 09:07:55.688678: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libnvinfer.so.6'; dlerror: libnvinfer.so.6: cannot open shared ob…
-
Hi, when running `lstm.py`, just after loading the midis I get this error:
```
Traceback (most recent call last):
File "lstm.py", line 176, in
train_network()
File "lstm.py", line 26, …