- matplotlib中plt.ion()和plt.ioff():https://blog.csdn.net/zbrwhut/article/details/80625702
- cmap:https://blog.csdn.net/guduruyu/article/details/60868501
- squeeze()和unsqueeze():https://blog.csdn.net/xiexu911/article/details/80820028
- torch.max():https://blog.csdn.net/Z_lbj/article/details/79766690
- Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument.报错:https://blog.csdn.net/legalhighhigh/article/details/82819747
- numpy形式:a.shape对比torch形式:a.size()
- x = x.view(x.size(0), -1) :https://blog.csdn.net/whut_ldz/article/details/78882532
pytorch小知识点
最新推荐文章于 2024-11-09 21:51:27 发布