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

add weatherbench to the architectures pool

parent fc00e071
No related branches found
No related tags found
No related merge requests found
Pipeline #102163 failed
...@@ -13,6 +13,7 @@ def known_models(): ...@@ -13,6 +13,7 @@ def known_models():
'convLSTM_gan': "ConvLstmGANVideoPredictionModel", 'convLSTM_gan': "ConvLstmGANVideoPredictionModel",
'ours_vae_l1': 'SAVPVideoPredictionModel', 'ours_vae_l1': 'SAVPVideoPredictionModel',
'ours_gan': 'SAVPVideoPredictionModel', 'ours_gan': 'SAVPVideoPredictionModel',
"weatherBench": "WeatherBenchModel "
} }
return model_mappings return model_mappings
...@@ -14,8 +14,7 @@ from .mcnet_model import McNetVideoPredictionModel ...@@ -14,8 +14,7 @@ from .mcnet_model import McNetVideoPredictionModel
from .test_model import TestModelVideoPredictionModel from .test_model import TestModelVideoPredictionModel
from model_modules.model_architectures import known_models from model_modules.model_architectures import known_models
from .convLSTM_GAN_model import ConvLstmGANVideoPredictionModel from .convLSTM_GAN_model import ConvLstmGANVideoPredictionModel
from .weatherBench3DCNN import WeatherBenchModel
def get_model_class(model): def get_model_class(model):
model_mappings = known_models() model_mappings = known_models()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment