Skip to content

Commit 2612ddd

Browse files
Update examples/nowcastnet/nowcastnet.py
Co-authored-by: HydrogenSulfate <490868991@qq.com>
1 parent 657f245 commit 2612ddd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/nowcastnet/nowcastnet.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def inference(cfg: DictConfig):
145145
"image_height": model_cfg.image_height,
146146
"total_length": model_cfg.total_length,
147147
"dataset_path": dataset_path,
148-
"data_type": np.float32(),
149148
}
150149
test_data_loader = paddle.io.DataLoader(
151150
ppsci.data.dataset.RadarDataset(**dataset_param),

0 commit comments

Comments
 (0)