Fix hyper model caching, adds data check
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 24
− 4
@@ -3,9 +3,9 @@ from ..core.utils import infer_args_from_function_except_n_args
@@ -18,14 +18,33 @@ class Model(object):
@@ -33,13 +52,14 @@ class Model(object):