rajatsen91 / deepglo

This repository contains code for the paper: https://arxiv.org/abs/1905.03806. It also contains scripts to reproduce the results in the paper.
Other
167 stars 47 forks source link

Initializing Factors..... #6

Open sundiyi opened 4 years ago

sundiyi commented 4 years ago

hi, i have a question 。 if i run the code python3.5 run_scripts/run_pems.py --normalize True

(228, 12672) Initializing Factors..... This goes on for days. Why? What should I do,thanks

rajatsen91 commented 4 years ago

I just checked by running the scripts. It moves on to the next stage after just a few seconds of initializing the factors. Please make sure that you have cuda setup and that the pytorch installation is installed correctly. Thanks.

yiyg510 commented 4 years ago

Dear author, I run the code of run_electricity.py. I met a question "could not broadcast input array from shape (26136,16) into shape (26136,183)". This is why and how to solve it. Thanks very much.

rajatsen91 commented 4 years ago

Can you post the full error ?

yiyg510 commented 4 years ago

Dear Sen

Thank you very much. I run code of "run_electricity.py". I have  download the data file. Then, i run this code.

When program executes “ result_dic = DG.rolling_validation(         Ymat=Ymat, tau=24, n=7, bsize=100, cpu=False, alpha=0.3     )”, 

Then, an error occurred as shown in following:

 

Thank you very much for your help and look forward to hearing from you soon.

Best wishes!

Yugen Yi

------------------ Original ------------------ From:  "Rajat Sen"<notifications@github.com>; Date:  Sun, Sep 13, 2020 11:56 AM To:  "rajatsen91/deepglo"<deepglo@noreply.github.com>; Cc:  "Yugen Yi"<yiyg510@jxnu.edu.cn>; "Comment"<comment@noreply.github.com>; Subject:  Re: [rajatsen91/deepglo] Initializing Factors..... (#6)

 

Can you post the full error ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.