在哪里可以找到现有的预训练 torch 模型?

Where can I find existing pre-trained torch models?

我使用的是 Torch 7 和 lua 5.1。我需要从输入视频流中进行对象识别。我已经从 NVidia 安装了 DIGITS。 我听说 Google(或其他来源)提供的现有模型已经过预训练。我在哪里可以找到它们?

我建议您查看 https://github.com/BVLC/caffe/wiki/Model-Zoo it is a common GitHub repo with a bunch of trained models. Even though it is made for caffe framework there is a library (really easy to use) in torch that lets you use them without problems: https://github.com/szagoruyko/loadcaffe