-
i install tflearn 0.3 and have tensoflow-gpu 0.12.1
got such error
ghost updated
4 years ago
-
Using python 3.6 on a fresh install of tensorflow and tflearn
C:\Users\User\Downloads>pip install tensorflow
Collecting tensorflow
Using cached tensorflow-1.2.0rc2-cp36-cp36m-win_amd64.whl
Req…
-
Hi I have some questions with regards to generating the train, val and test sets for the temperature forecasting problem.
1. When using the timeseries_dataset_from_array tool, we passed the argumen…
-
### 🚀 The feature, motivation and pitch
I have a python code segment related to a deep RL algorithm where it calculates the second order optimization and second derivative with Hessian matrix and f…
-
A continuation from task #15. Should include an in-depth description of the technology behind the LLMs and of the training and inference. Finish the section
This issue should neatly be tied together …
-
We want to add support for variable-length sequences to the cuDNN RNN operator, as we cannot 'fake' support via masking for LSTM (the cuDNN operator does not return a history of cell states) and bidir…
-
-
Thanks for these tutorials.
They are clear and easy to go through.
As I am trying to get into building my own models with these tutorials I was trying to do the exercises in the char-rnn-classificat…
-
```
import jax
import jax.numpy as jnp
from jax.experimental import rnn
batch_size = 8
input_size = 8
hidden_size = 4
num_layers = 1
bidirectional = True
num_directions = 2 if bidirectional…
-
### What happened + What you expected to happen
With certain configurations of QMIX, there is the following index error:
```
File "/home/jack/anaconda3/envs/trade/lib/python3.8/site-packages/ray/…