Tensorflow_mLSTM
Tensorflow_mLSTM copied to clipboard
Train an mLSTM language model in Tensorflow
Hi @jonnykira, thanks very much for sharing this! why is no test_loss in train_mLSTM, only find the train_loss
installed caffiene and configured caffienate still getting this ``` python train_mLSTM.py /home/crisp/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will...
hello, i am trying to test the sentiment neuron approach in https://github.com/openai/generating-reviews-discovering-sentiment over a new dataset. I trained the model on my dataset, this generates me a three files :...
Hi @jonnykira, thanks very much for sharing this! I saw the extract_weights.py script you just added and was wondering if it would be possible to add a script to do...
get this error when run extract_weights.py in line 97 : b = np.concatenate((Wib,Wfb,Wob,Whb), axis=1) ValueError: all the input arrays must have same number of dimensions