diff --git a/.all-contributorsrc b/.all-contributorsrc index 4ac5cdf..3f5f1dd 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -13,6 +13,15 @@ "contributions": [ "code" ] + }, + { + "login": "JackKelly", + "name": "Jack Kelly", + "avatar_url": "https://avatars.githubusercontent.com/u/460756?v=4", + "profile": "http://jack-kelly.com", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 0c8ed7c..e75c693 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MetNet and MetNet-2 -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) PyTorch Implementation of Google Research's MetNet for short term weather forecasting (https://arxiv.org/abs/2003.12140), inspired from https://github.com/tcapelle/metnet_pytorch/tree/master/metnet_pytorch @@ -104,6 +104,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Jacob Bieker 💻 |
+ Jack Kelly 💻 |