mlangguth89 / downscaling_benchmark

6 stars 0 forks source link

Implement data pipeline for Harris WGAN #26

Closed mlangguth89 closed 3 months ago

mlangguth89 commented 3 months ago

Unlike the other models of this benchmark, the Harris WGAN requires a data pipeline that yields a dictionary for coarse-grained input, high-res static and high-res target data. A first draft for testing has already been realized in #11 in form of a Jupyter Notebook.