Skip to content
Snippets Groups Projects
Commit 9e172bea authored by gong1's avatar gong1
Browse files

remove the useless model architecture

parent 9707d42d
No related branches found
No related tags found
No related merge requests found
Pipeline #125740 failed
def known_models():
"""
An auxilary function
ours_vae_l1 and ours_gan are from savp papers
:return: dictionary of known model architectures
"""
model_mappings = {
'ground_truth': 'GroundTruthVideoPredictionModel',
'savp': 'SAVPVideoPredictionModel',
'convLSTM': 'VanillaConvLstmVideoPredictionModel',
'convLSTM_gan': "ConvLstmGANVideoPredictionModel",
'weatherBench': 'WeatherBenchModel'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment