
报错
望舒向晚
chaos is a ladder,but for those who climb
展开
-
jupyter怎么用argparse
An exception has occurred, use %tb to see the full traceback.SystemExit: 2在 add_argument 中设置 default,然后直接用 args = parser.parse_args(args=[]) 即可原创 2022-03-18 00:00:00 · 913 阅读 · 0 评论 -
Expected 4-dimensional input for 4-dimensional weight 64 3 7 7, but got 3-dimensional input of size
使用unsqueeze(dim=0)扩展维度原创 2022-03-05 19:59:33 · 874 阅读 · 0 评论 -
expected an indented block
检查缩进原创 2022-03-04 17:58:34 · 166 阅读 · 0 评论 -
cv2.imshow图片加载不出来
# add below codecv2.waitKey(0)cv2.destroyAllWindows()原创 2022-03-06 00:00:00 · 323 阅读 · 0 评论 -
Python读取csv文件出现\ufeff
把 UTF-8 编码 改成 UTF-8-sig编码即可原创 2022-03-04 00:00:00 · 423 阅读 · 0 评论 -
invalid literal for int() with base 10:
int()改为float()原创 2022-03-03 00:00:00 · 257 阅读 · 0 评论 -
python读取csv文件‘gbk‘ codec can‘t decode byte 0xbf in position 2: illegal multibyte sequence
encoding='utf-8加上即可原创 2022-03-02 03:30:00 · 395 阅读 · 0 评论 -
Captcha must be filled out.
Kaggle原创 2022-02-28 17:28:16 · 5339 阅读 · 0 评论 -
电脑能联网但浏览器上不了网
远程计算机或设备将不接受连接将代理服务器的勾勾给去掉原创 2022-02-17 14:02:02 · 596 阅读 · 1 评论