[chaching] changing all chacher limits to 3

This commit is contained in:
mzwiessele 2016-03-07 11:37:22 +00:00
parent 99caca6702
commit b1e073318f
48 changed files with 72 additions and 72 deletions

View file

@ -18,4 +18,4 @@ class RMSE(Evaluation):
def evaluate(self, gt, pred):
return np.sqrt(np.square(gt-pred).astype(np.float).mean())