From fc00e071e3cf83feaa52649eafa91c263235579f Mon Sep 17 00:00:00 2001 From: BING GONG <b.gong@fz-juelich.de> Date: Tue, 7 Jun 2022 14:07:05 +0200 Subject: [PATCH] add weatherBench --- .../model_modules/video_prediction/models/weatherBench3DCNN.py | 1 + 1 file changed, 1 insertion(+) diff --git a/video_prediction_tools/model_modules/video_prediction/models/weatherBench3DCNN.py b/video_prediction_tools/model_modules/video_prediction/models/weatherBench3DCNN.py index 524d1de8..09107827 100644 --- a/video_prediction_tools/model_modules/video_prediction/models/weatherBench3DCNN.py +++ b/video_prediction_tools/model_modules/video_prediction/models/weatherBench3DCNN.py @@ -109,6 +109,7 @@ class WeatherBenchModel(object): return output + class PeriodicPadding2D(object): def __init__(self, x, pad_width): -- GitLab