随笔分类 -  python实战练习

摘要:#问题说明 在学习pytorch时,想要使用tensorboard进行可视化。按照GitHub教程https://github.com/zergtant/pytorch-handbook/blob/master/chapter4/4.2.2-tensorboardx.ipynb,在cmd命令行中成功 阅读全文
posted @ 2021-07-25 19:09 BrandonPan 阅读(679) 评论(3) 推荐(0)
摘要:x2 = cos(q) (x1 x0) – sin(q) (y1 y0) + x0; y2 = sin(q) (x1 x0) + cos(q) (y1 y0) + y0; 其中,q表示矩形的旋转角度,x1表示矩形的原顶点横坐标,x0表示矩形的中心坐标 阅读全文
posted @ 2018-12-13 17:28 BrandonPan 阅读(5436) 评论(0) 推荐(0)