smart022 / articles

articles_backup
MIT License
2 stars 0 forks source link

All about pytorch #7

Open smart022 opened 5 years ago

smart022 commented 5 years ago

参考

  1. pytorch loss function 总结
  2. PyTorch 实践指南 / 如何架构
  3. PyTorch Cookbook(常用代码段整理合集)

实践

MNIST Handwritten Digit Recognition in PyTorch MNIST RNN 官方nn example

问题

PyTorch 中的 ModuleList 和 Sequential: 区别和使用场景

smart022 commented 5 years ago

torchtext

TorchText用法示例及完整代码 torchtext入门教程,轻松玩转文本数据处理 Torchtext 详细介绍 Part.1

smart022 commented 5 years ago

调参