Frank-Wang-oss / FCSTGNN

87 stars 12 forks source link

issue with saving .npy file #5

Open tagoreji opened 10 months ago

tagoreji commented 10 months ago

.npy file with arrays of predictions , real values and test_accuracy is not working. these 3 arrays are os same length but predictions[0] is a tensor os shape[100], same with real , where as test_accuracy[0] is some x%..
npy_error

Frank-Wang-oss commented 10 months ago

This may be because of different numpy versions (I am using numpy 1.22). We will polish the codes to make it applicable to general cases and numpy versions. However, the first author is still occupied by another project, so we may need a couple of days to fix this. Thanks