Hello, I followed the instructions from repo and encountered an error when running the fast_lifting.py
fast_lifting.py", line 199, in
print("smoothing: ", args.smoothing)
^^^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'smoothing'
I don't see any smoothing-related options, but fast_lifting.py is printing them. Is this an option I can delete?