L1aoXingyu/code-of-learn-deep-learning-with-pytorch

Ch5 RNN LSTM 中心化错误

skychan opened this issue · 0 comments

chapter5_RNN/time-series/lstm-time-series.ipynb

应该是

dataset = list(map(lambda x: (x - min_value ) / scalar, dataset))