2021年8月10日
摘要: https://www.zhihu.com/question/300646749/answer/1354001318 epoch是全体训练数据过几遍,steps是模型会计算几次loss(排除一些快速训练的tricks,即模型参数会梯度更新几次)。 当我们训练模型时,epoch变成了一个间接的关注对象 阅读全文
posted @ 2021-08-10 16:39 一杯明月 阅读(481) 评论(0) 推荐(0)
摘要: https://github.com/yanx27/PointASNL/issues/33 this problem may caused by different cython library, please try import nearest_neighbors rather than imp 阅读全文
posted @ 2021-08-10 16:33 一杯明月 阅读(1612) 评论(0) 推荐(0)
摘要: 解决办法: conda install torchvision 阅读全文
posted @ 2021-08-10 16:14 一杯明月 阅读(188) 评论(0) 推荐(0)