Browse Source

Update metrics.py

main
BBing 2 years ago
parent
commit
73be7a0b20
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      utils/metrics.py

+ 0
- 1
utils/metrics.py View File

@@ -1,6 +1,5 @@
import mindspore.numpy as mnp


def RSE(pred, true):
return mnp.sqrt(mnp.sum((true-pred)**2)) / mnp.sqrt(mnp.sum((true-true.mean())**2))



Loading…
Cancel
Save