aditya-grover / climate-learn

Source code for ClimateLearn
MIT License
302 stars 49 forks source link

downscaling script #120

Closed Escape142 closed 5 months ago

Escape142 commented 6 months ago

Bug Description

I am encountering an issue when attempting to replicate results for a downscaling problem. During the execution of the code, I encounter the following error:

TypeError: load_model_module() got an unexpected keyword argument 'preset' This error occurs in the code found at this link: https://github.com/aditya-grover/climate-learn/blob/b48fb0242acc47e365af86bfbd9dd86e9dcbd6d2/experiments/downscaling/era5_era5_baselines.py#L33.

When I replace the argument "preset" with "architecture", the test produces no results, outputting an empty array: [{}].

Could you provide guidance on how to accurately reproduce the results from the paper?