Skip to content
Snippets Groups Projects
Commit 1dfca8cb authored by BING GONG's avatar BING GONG
Browse files

bug fix for weatherbenc h

parent d64d8411
No related branches found
No related tags found
No related merge requests found
Pipeline #125275 failed
......@@ -82,7 +82,7 @@ class WeatherBenchModel(BaseModels):
if i == 0:
x_pred = self.build_model(x[:, i, :, :, :], filters, kernels)
else:
x_pred = self.build_model(_x_pred, _filters, kernels)
x_pred = self.build_model(x_pred, filters, kernels)
x_hat.append(x_pred)
x_hat = tf.stack(x_hat)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment