Skip to content

代码地图

Abstract

这一篇是附录,不参与 Level 主线。

这一篇只讲:

如果继续往下拆 DataEmbedding / Encoder / Decoder / Attention,仓库里该进哪些文件,以及现在已经拆到了哪。

1. 对应主线位置

  • Level 4 以下的继续拆分入口
  • 不负责主链解释

2. 代码文件树

3. 推荐后续拆分顺序

固定按这个顺序继续:

  1. 04B-DataEmbedding
  2. 04C-Encoder主链
  3. 04D-Decoder主链
  4. 04C-1-AttentionLayer
  5. 04C-2-ProbAttention

4. 每个模块对应文件

模块文件
Informer.forward / short_forecastInformer.py
DataEmbeddingEmbed.py
Encoder / DecoderTransformer_EncDec.py
ProbAttentionSelfAttention_Family.py
_processadapters_for_transformers.py

5. 下一步

当前已经写到:

  1. 04B-DataEmbedding
  2. 04C-Encoder主链
  3. 04D-Decoder主链

下一步最自然的是:

  1. 04C-1-AttentionLayer
  2. 04C-2-ProbAttention

*记录并在线阅读我的笔记*