(已解决)Jupyter Notebook使用argparse报错:An exception has occurred, use %tb to see the full traceback.
import argparseparser = argparse.ArgumentParser(description="Deep Gaussian Processes on MNIST")parser.add_argument("-n", "--num-epochs", default=5, type=int)parser.add_argument("-t", "--num-iters", de