Results 1 issues of Tim

Hi, I receive an error if I load the code manually this way: ```python args = argparse.Namespace() # Manually set the arguments args.min_depth = 1e-3 args.max_depth = 128 args.flip_test =...