tags: `PyTorch` # PyTorch - 優化器- Optimizer 在ML, DL 中,梯度下降法扮演了重要的角色, ... RMSprop(model.parameters(), lr=0.01, alpha=0.99, eps=1e-08, ...
確定! 回上一頁