diff baseline pic

This commit is contained in:
wassname
2019-11-09 08:22:02 +08:00
parent 6c5004a95b
commit bac1c8dd3b
2 changed files with 4 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 40 KiB

+4
View File
@@ -41,8 +41,12 @@ I chose a a difficult example below, it's a window in the test set that deviates
Compare this to a quick LSTM baseline below, which didn't predict this divergance from the pattern. (Bear in mind that I didn't tweak this model as much). The uncertainty and prediction are also less smooth and the log probability is lower.
An LSTM with an encoder style similar to ANP's:
![](docs/lstm_with_context.png)
and a normal LSTM:
![](docs/lstm_baseline.png)
## Code