快速想一想,你能想到torch有哪些常见的index操作??
1. gather
1 | 1, 2, 3], a = torch.tensor([[ |
2. index_select
1 | a |
3. 骚气的来了哦
根据上面例子可以看到,a
为矩阵,选择a
中的index,但是下面介绍一个map操作.
1 | index |
这种操作有一个真实场景,比如:
1 | # 1. 这是两个特征 |
4. batch_gather
1 | import torch |
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true