Skip to content

Commit

Permalink
总结 -> 小节
Browse files Browse the repository at this point in the history
  • Loading branch information
ShusenTang committed Dec 26, 2019
1 parent 8a2f3b5 commit b92a676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chapter3/3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ torch.Size([1, 512, 512, 99])

此时,你可以像本章前面所述通过沿批处理(`batch`)方向堆叠多个体积数据来组装5D数据集。

## 总结
## 小结

在本章中,你学到了很多基础知识。你学习了如何加载最常见的数据类型并对其进行重塑,以供神经网络使用。当然,实际要处理的数据格式可能比单个体积数据中描述的更多。有些内容,例如医学史,过于复杂而无法涵盖。但是,对于感兴趣的读者,我们在[代码仓库](https://github.com/deep-learning-with-pytorch/dlwpt-code/tree/master/p1ch4)中提供了在Jupyter notebooks中创建的处理音视频张量的简单样例。

Expand Down

0 comments on commit b92a676

Please sign in to comment.