摘要: 1 import numpy as np 2 import matplotlib.pyplot as plt 3 4 # Compute the x and y coordinates for points on sine and cosine curves 5 x = np.arange(0, 3 阅读全文
posted @ 2020-12-26 14:00 阿洛萌萌哒 阅读(1017) 评论(0) 推荐(0) 编辑
摘要: IPython 1.torch.abs? # 查看abs函数文档 2.torch.abs?? # 查看abs函数源码 3.%timeit a.sum() # 检测a.sum()执行时间 4.%hist # 查看输入历史 5.%paste # 执行粘贴板中的代码 6.%cat a.py # 查看a.p 阅读全文
posted @ 2020-12-26 12:43 阿洛萌萌哒 阅读(73) 评论(0) 推荐(0) 编辑