-
## 0. Paper
@incollection{NIPS2014_5346,
title = {Sequence to Sequence Learning with Neural Networks},
author = {Sutskever, Ilya and Vinyals, Oriol and Le, Quoc V},
booktitle = {Advances in Neural…
a1da4 updated
4 years ago
-
Hey,
First, thank you guys for making the library. I've been playing around with it a little over a month now, and it is really addicting:)
Two questions:
- Do you have any plans for implementi…
-
### Description
The acronym table, created using \tcolorbox and \longtable overlaps with the next page
### (Optional:) Please add any files, screenshots, or other information here.
_No response_
#…
-
-
Hi,
In [Goncalves et al., 2020] it is stated that: "SNPE can be applied to, and might benefit from the use of summary features, but it also makes use of the ability of neural networks to automatica…
-
## 1. The entire URL of the file you are using
https://pypi.org/project/tensorflow-gpu/1.15.0/
## 2. Describe the bug
XLA doesn't work with with tf 1.15 GPU. Can run XLA with CPU just fine.
…
-
I am running a ppo2 model. I see high cpu utilization and low gpu utilization.
When running:
```python
from tensorflow.python.client import device_lib
print(device_lib.list_local_devices())
``…
-
Hi,
I am working closed to bi-directional RNN. It is so great to find your demo code here. However, I noticed that in your bi-directional RNN examples, the batch size for training and testing should …