You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Converting the cross-entropy values to perplexities I get:
e^3.96009 = 51.8
e^3.94770 = 52.5
The paper reports 51.4 and 52.1 respectively. At 0.4, the difference could just be due to some uncontrolled source of randomness, but I wanted to check if I was missing anything.
I set up the code as described in the repository. To provide full information about what I have installed, I've included the results from conda list below. I'm running with a single Titan X, which has 12 Gb of RAM (I did not need to change max_time_steps for it to run).
Hi,
I tried training and evaluating the Mogrifier LSTM on the standard PTB data using the commands described here:
https://github.com/deepmind/lamb/tree/master/lamb/experiment/mogrifier
The output contains:
Converting the cross-entropy values to perplexities I get:
e^3.96009 = 51.8
e^3.94770 = 52.5
The paper reports 51.4 and 52.1 respectively. At 0.4, the difference could just be due to some uncontrolled source of randomness, but I wanted to check if I was missing anything.
I set up the code as described in the repository. To provide full information about what I have installed, I've included the results from
conda listbelow. I'm running with a single Titan X, which has 12 Gb of RAM (I did not need to changemax_time_stepsfor it to run).Thanks!