PhyDNet icon indicating copy to clipboard operation
PhyDNet copied to clipboard

About the metric on Tracffic BJ?

Open toddwyl opened this issue 3 years ago • 0 comments

The shape of data in dataset Traffic BJ is 2 channels. (shape: [B, 2, 32, 32]) The mse in Traffic BJ are the mean of channels or the sum of the channels ? Because I noticed that the code in repo is written as below:

np.mean((predictions-target)**2 , axis=(0,1,2)).sum()

toddwyl avatar Apr 27 '21 11:04 toddwyl