#4 Task2 预备知识答疑区

Closed
created 1 year ago by Syx · 2 comments
Syx commented 1 year ago
## 测试 ### 测试 #### 代码 ``` c = torch.zeros(n) timer = Timer() for i in range(n): c[i] = a[i] + b[i] f'{timer.stop():.5f} sec' ```
Syx commented 1 year ago
Owner
> ## 测试 > ### 测试 > #### 代码 > ``` > c = torch.zeros(n) > timer = Timer() > for i in range(n): > c[i] = a[i] + b[i] > f'{timer.stop():.5f} sec' > ``` > > test
Syx changed title from Task1&2 初识深度学习+预备知识 to Task1&2 初识深度学习+预备知识答疑区 1 year ago
Syx changed title from Task1&2 初识深度学习+预备知识答疑区 to Task2 预备知识答疑区 1 year ago
anine09 closed this issue 1 year ago
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.