摘要: import numpy as np predict = np.random.rand(7, 3) gt = np.random.randint(0, 3, (7, 1)) # [[0.86111937 0.17885014 0.15346783] # [0.18914942 0.55776159 阅读全文
posted @ 2023-01-16 16:34 无左无右 阅读(50) 评论(0) 推荐(0) 编辑