240 发简信
IP属地:北京
  • Resize,w 360,h 240
    Image Caption 的 Encoder - Attention - Decoder pytorch实现(二)

    二、模型定义 1、models.py (1)Encoder:在此模型中,encoder端仅处理图像。作者使用了pytorch中自带的resnet...

  • Image Caption 的 Encoder - Attention - Decoder pytorch实现(一)

    https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Image-Captioning 首先要感谢...