Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker authored Jun 20, 2022
1 parent 62132e0 commit 637dfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dataset = load_dataset("openclimatefix/mrms", "default", streaming=True)
## Pretrained Weights
Pretrained weights will be available soon through [HuggingFace Hub](https://huggingface.co/openclimatefix), currently random weights are available. The whole DGMR model or different components can be loaded as the following:
Pretrained weights are be available through [HuggingFace Hub](https://huggingface.co/openclimatefix), currently weights trained on the sample dataset. The whole DGMR model or different components can be loaded as the following:
```python
from dgmr import DGMR, Sampler, Generator, Discriminator, LatentConditioningStack, ContextConditioningStack
Expand Down

0 comments on commit 637dfb7

Please sign in to comment.