TPA-LSTM icon indicating copy to clipboard operation
TPA-LSTM copied to clipboard

Temporal Pattern Attention for Multivariate Time Series Forecasting

Results 20 TPA-LSTM issues
Sort by recently updated
recently updated
newest added

urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='docs.google.com', port=443): Max retries exceeded with url: /uc?export=download&id=1a5361IfxxEY1mmTfqAviiIkq6u2OYFJ7 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------- I can't get musedata from docs.google.com by...

I was deploying your model on COLAB - with the repo copied, I ran the code below: !python main.py --mode train \ --attention_len 16 \ --batch_size 32 \ --data_set muse...

AttributeError: module 'tensorflow.python.ops.rnn_cell_impl' has no attribute '_like_rnncell'

数据怎么换成自己数据?

when runs the train.py till lines 29 [loss, global_step, _] = sess.run( fetches=[model.loss, model.global_step, model.update]) it shows error and turns to except tf.errors.OutOfRangeError: why?

https://github.com/gantheory/TPA-LSTM/blob/598cfc90f778856084f0ca80b463894e7ea26481/lib/data_generator.py#L37 我没有在论文中找到解释

May the code "new_state = (new_state, new_attns, new_attn_states)" should be written to "new_state = (new_state, output, new_attn_states)"?

Can this be implemented with Keras?