Using the test command line in the project readme, I've got an error in metric.py line 124:
(relative_err < 0.05).astype(np.float).mean()
AttributeError: module 'numpy' has no attribute 'float'.
np.float was a deprecated alias for th builtin float...
Using the test command line in the project readme, I've got an error in metric.py line 124:
(relative_err < 0.05).astype(np.float).mean()