Ejemplo n.º 1
0
 def loss(prediction, target):
     return multiscaleEPE(prediction, target)
Ejemplo n.º 2
0
 def loss(prediction, target):
     return multiscaleEPE(prediction, target, weights=[1.0])
Ejemplo n.º 3
0
 def loss(prediction, target):
     return multiscaleEPE(prediction,
                          target,
                          weights=[0.005, 0.01, 0.02, 0.08])