ShuGuoJ / GiGCN

63 stars 6 forks source link

Training problem #1

Open chlyang1981 opened 2 years ago

chlyang1981 commented 2 years ago

Hi,when train the model,I met the problem.How to slove it? image

ShuGuoJ commented 2 years ago

Thanks for your concern about our work. I have updated a new file named "dataInfo.ini" which stores information about data sets. The error is caused by missing that file.

chlyang1981 commented 2 years ago

Thanks for your reply, I will add the file. Your job is helpful for me.

chlyang1981 commented 2 years ago

I met some new problem about data sets,such as PaviaU_rgb.jpg, constructing graphs and constructing full graphs. I wonder how the data set is set up?

ShuGuoJ commented 2 years ago

I just have uploaded relevant data to https://pan.baidu.com/s/1In_ySXoMG7DP5Q1hEyOzXA (code: 4zyf). You can download and place them in the main directory of this project.

chlyang1981 commented 2 years ago

Your reply helped me solve the problem, thank you very much.

chlyang1981 commented 2 years ago

I met this problem.How to slove it? image

ShuGuoJ commented 2 years ago

The code is no problem. This error may be caused by the "visdom" library itself, according to the tip. You can annotate all codes about "visdom" which are just for visualizing the training process.

chlyang1981 commented 2 years ago

I'll try to find a solution. Thank you very much.