moraieu / query-selector

LONG-TERM SERIES FORECASTING WITH QUERYSELECTOR – EFFICIENT MODEL OF SPARSEATTENTION
Apache License 2.0
75 stars 18 forks source link

Connection refused error #5

Closed Niharikajo closed 2 years ago

Niharikajo commented 2 years ago

Hello, Thank you for releasing the code, I had couple of questions. I am trying to run the code in Google Colab.

This is my training script !python train.py --data='ETTm1' --seq_len=720 --pred_len=24 --dec_seq_len=24 --hidden_size=128 --batch_size=100 --embedding_size=32 --n_encoder_layers=3 --encoder_attention='full' --n_decoder_layers=3 --decoder_attention='full' --dropout=0.1 --iterations=10 --exps=5 --features='M' --n_heads=3 --input_len=7 --output_len=7

After 1 iteration I am getting the following error :

Traceback (most recent call last): File "train.py", line 190, in main() File "train.py", line 186, in main preform_experiment(args) File "train.py", line 159, in preform_experiment ipc.sendPartials(iter, mse, mae) File "/content/drive/MyDrive/query-selector-master/ipc.py", line 59, in sendPartials c.connect(('localhost', PORT)) ConnectionRefusedError: [Errno 111] Connection refused

Please do let me know, Thanks.

Best Regards Niharika