MeteoSwiss / ldcast

Latent diffusion for generative precipitation nowcasting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'sdgf'

p3jitnath opened this issue · comments

Hi!
I was running the eval_dgmr file and I encountered this error.
Would you mind helping with this?

  File "/ldcast/ldcast/scripts/eval_dgmr.py", line 8, in <module>
    import eval_data
  File "/ldcast/ldcast/scripts/eval_data.py", line 2, in <module>
    import train_genforecast
  File "/ldcast/ldcast/scripts/train_genforecast.py", line 10, in <module>
    from train_nowcaster import setup_data
  File "/ldcast/ldcast/scripts/train_nowcaster.py", line 8, in <module>
    from sdgf.features import batch, patches, split, transform
ModuleNotFoundError: No module named 'sdgf'

Sorry, this was some old code left over. Should be fixed now.