From 21d939c05c03fb6a714b5228b2ce7a340a355829 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 08:05:53 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b2986..be6d719 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Skillful Nowcasting with Deep Generative Model of Radar (DGMR) -[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-) Implementation of DeepMind's Skillful Nowcasting GAN Deep Generative Model of Radar (DGMR) (https://arxiv.org/abs/2104.00954) in PyTorch Lightning. @@ -125,6 +125,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d TQRTQ
TQRTQ

💬 Viktor Bordiuzha
Viktor Bordiuzha

💡 agijsberts
agijsberts

💻 + Mews
Mews

⚠️ From 6e9840d4b3e4908b35726c7a9b55b83fc9f8e669 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 08:05:54 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index e394626..787a9c4 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -103,6 +103,15 @@ "contributions": [ "code" ] + }, + { + "login": "Mews", + "name": "Mews", + "avatar_url": "https://avatars.githubusercontent.com/u/60406199?v=4", + "profile": "https://github.com/Mews", + "contributions": [ + "test" + ] } ], "contributorsPerLine": 7,