Skip to content

Commit 7da4ce7

Browse files
author
zihao.chen
committed
add license
1 parent 07e7028 commit 7da4ce7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@
1818
本项目参考的HKO模型为论文 [Deep learning for precipitation nowcasting: A benchmark and a new model](http://papers.nips.cc/paper/7145-deep-learning-for-precipitation-nowcasting-a-benchmark-and-a-new-model)
1919
encoder和forecaster 结构皆参照此论文编写
2020
本文的数据样本原始大为20*1*477*477,训练过程中会缩放或随机切割到120*120大小。
21-
原始数据为0-70之间的DBz值,在输入网络前已经映射到(0-255)/255.所以代码中的BMSELoss的阈值也经过了调整。
21+
原始数据为0-70之间的DBz值,在输入网络前已经映射到(0-255)/255.所以代码中的BMSELoss的阈值也经过了调整。
22+
23+
24+
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)

0 commit comments

Comments
 (0)