openclimatefix / skillful_nowcasting

Implementation of DeepMind's Deep Generative Model of Radar (DGMR) https://arxiv.org/abs/2104.00954
MIT License
215 stars 59 forks source link

Issue with loading weights from Hugging Face #65

Closed jacobbieker closed 6 months ago

jacobbieker commented 7 months ago

Describe the bug

It is described in https://huggingface.co/openclimatefix/dgmr/discussions/1

RayLinzu commented 7 months ago

I solved the problem by adding the use_token parameter to hub_mixin.py. thanks

suleman1412 commented 6 months ago

Hi @jacobbieker I would like to work on this issue, is this still open?

jacobbieker commented 6 months ago

Hi, this one actually has been fixed in #67