XingChina commited on
Commit
e13f18f
·
verified ·
1 Parent(s): c4d9597

Update v5_seq2seq_attention/run.py

Browse files
Files changed (1) hide show
  1. v5_seq2seq_attention/run.py +5 -0
v5_seq2seq_attention/run.py CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  import torch
2
  import json
3
  import numpy as np
 
1
+ #!/usr/bin/env python3
2
+ # Copyright (c) 2026 XingChina
3
+ # SPDX-License-Identifier: BSD-3-Clause
4
+ # 本代码采用 BSD 3-Clause 许可证,详见项目根目录的 LICENSE 文件。
5
+
6
  import torch
7
  import json
8
  import numpy as np