admin 管理员组

文章数量: 887021

Show, Attend, and Tell

Show, Attend, and Tell | a PyTorch Tutorial to Image Captioning代码调试(跑通)

文章目录

  • Show, Attend, and Tell | a PyTorch Tutorial to Image Captioning代码调试(跑通)
  • 前言
  • 1. 创建、安装所用的包
    • 1.1 创建环境,安装pytorch包
    • 1.2 安装其他必要的包
  • 2. 准备数据
  • 3. create_input_files.py调试
  • 4. train.py调试
  • 5. caption.py调试
  • 6. eval.py调试
  • 总结

前言

Show, Attend, and Tell是一个使用图像生成描述性字幕的模型。该模型通过注意力机制

本文标签: Show Attend and Tell