pytorch 如何查看当前的学习率

pytorch 如何查看当前的学习率

在定义好optimizer后,直接调用print就好
print(optimizer)

你可能感兴趣的:(pytorch,python)