An exception has occurred, use %tb to see the full traceback.----parser.parse_args()报错
时间:2019-11-30 18:50:45
收藏:0
阅读:1604
一、报错:
原因:
由于在jupyter notebook中,args不为空。
二、问题解决
改成args = parser.parse_args(args=[])
原文:https://www.cnblogs.com/Lee-yl/p/11963454.html
评论(0)