XingChina commited on
Commit
97320e6
·
verified ·
1 Parent(s): ad03c96

Update v2_rnn_expanded/4.py

Browse files
Files changed (1) hide show
  1. v2_rnn_expanded/4.py +5 -0
v2_rnn_expanded/4.py CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  import torch
2
  import torch.nn as nn
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 torch.nn as nn
8
  import numpy as np