blablahaha

Results 2 issues of blablahaha

Hi, Thanks so much for sharing your perfect work. But I was confused in the decode part: https://github.com/sjvasquez/web-traffic-forecasting/blob/6cb4a91da94b85857ed637afb53a8d9594f7623c/cnn.py#L342-L349 In line 343, function `loop_fn`, always takes `initial_input` as the parameter `current_input`....

Vice nice project! But I'm confused with: 1. Why use CNN with the output of RNN, instead of original features to extract temporal information for each variables? Maybe you do...