Skip to content

Commit

Permalink
Update call for contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jun 7, 2021
1 parent a51a948 commit 312757c
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 27 deletions.
45 changes: 33 additions & 12 deletions call_for_contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ This is a constantly-updated list of code examples that we're currently interest
- [2](https://arxiv.org/abs/1912.04958)
- [Reference TF implementation](https://github.com/NVlabs/stylegan2)

--

## Improve next-frame prediction with ConvLSTM

[Current example](https://keras.io/examples/vision/conv_lstm/)

Recommendations:

- Find a better, more interesting dataset
- Make it work better
- Add detailed explanations


--

Expand Down Expand Up @@ -58,5 +46,38 @@ The dataset should have at least 50k samples and there should be at least a doze
- [TF/Keras implementation](https://github.com/auvisusAI/detr-tensorflow)


--

## 3D image segmentation

--

## Question answering from structured knowledge base and freeform documents

--

## Instance segmentation

--

## EEG & MEG signal classification

--

## Text summarization

--

## Audio track separation

--

## Audio style transfer

--

## Timeseries imputation

--


2 changes: 1 addition & 1 deletion examples/vision/3D_image_classification.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Title: 3D Image Classification from CT Scans
Title: 3D image classification from CT scans
Author: [Hasib Zunair](https://twitter.com/hasibzunair)
Date created: 2020/09/23
Last modified: 2020/09/23
Expand Down
2 changes: 1 addition & 1 deletion examples/vision/autoencoder.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Title: Convolutional Autoencoder For Image Denoising
Title: Convolutional autoencoder for image denoising
Author: [Santiago L. Valdarrama](https://twitter.com/svpino)
Date created: 2021/03/01
Last modified: 2021/03/01
Expand Down
2 changes: 1 addition & 1 deletion examples/vision/consistency_training.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Title: Consistency Training with Supervision
Title: Consistency training with supervision
Author: [Sayak Paul](https://twitter.com/RisingSayak)
Date created: 2021/04/13
Last modified: 2021/04/19
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Title: Image Classification with Vision Transformer
Title: Image classification with Vision Transformer
Author: [Khalid Salama](https://www.linkedin.com/in/khalid-salama-24403144/)
Date created: 2021/01/18
Last modified: 2021/01/18
Expand Down
2 changes: 1 addition & 1 deletion examples/vision/ipynb/3D_image_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"colab_type": "text"
},
"source": [
"# 3D Image Classification from CT Scans\n",
"# 3D image classification from CT scans\n",
"\n",
"**Author:** [Hasib Zunair](https://twitter.com/hasibzunair)<br>\n",
"**Date created:** 2020/09/23<br>\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/vision/ipynb/autoencoder.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"colab_type": "text"
},
"source": [
"# Convolutional Autoencoder For Image Denoising\n",
"# Convolutional autoencoder for image denoising\n",
"\n",
"**Author:** [Santiago L. Valdarrama](https://twitter.com/svpino)<br>\n",
"**Date created:** 2021/03/01<br>\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/vision/ipynb/consistency_training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"colab_type": "text"
},
"source": [
"# Consistency Training with Supervision\n",
"# Consistency training with supervision\n",
"\n",
"**Author:** [Sayak Paul](https://twitter.com/RisingSayak)<br>\n",
"**Date created:** 2021/04/13<br>\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"colab_type": "text"
},
"source": [
"# Image Classification with Vision Transformer\n",
"# Image classification with Vision Transformer\n",
"\n",
"**Author:** [Khalid Salama](https://www.linkedin.com/in/khalid-salama-24403144/)<br>\n",
"**Date created:** 2021/01/18<br>\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/vision/ipynb/perceiver_image_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"colab_type": "text"
},
"source": [
"# Image Classification with Perceiver\n",
"# Image classification with Perceiver\n",
"\n",
"**Author:** [Khalid Salama](https://www.linkedin.com/in/khalid-salama-24403144/)<br>\n",
"**Date created:** 2021/04/30<br>\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/vision/md/3D_image_classification.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 3D Image Classification from CT Scans
# 3D image classification from CT scans

**Author:** [Hasib Zunair](https://twitter.com/hasibzunair)<br>
**Date created:** 2020/09/23<br>
Expand Down
2 changes: 1 addition & 1 deletion examples/vision/md/autoencoder.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Convolutional Autoencoder For Image Denoising
# Convolutional autoencoder for image denoising

**Author:** [Santiago L. Valdarrama](https://twitter.com/svpino)<br>
**Date created:** 2021/03/01<br>
Expand Down
2 changes: 1 addition & 1 deletion examples/vision/md/consistency_training.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Consistency Training with Supervision
# Consistency training with supervision

**Author:** [Sayak Paul](https://twitter.com/RisingSayak)<br>
**Date created:** 2021/04/13<br>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Image Classification with Vision Transformer
# Image classification with Vision Transformer

**Author:** [Khalid Salama](https://www.linkedin.com/in/khalid-salama-24403144/)<br>
**Date created:** 2021/01/18<br>
Expand Down
2 changes: 1 addition & 1 deletion examples/vision/md/perceiver_image_classification.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Image Classification with Perceiver
# Image classification with Perceiver

**Author:** [Khalid Salama](https://www.linkedin.com/in/khalid-salama-24403144/)<br>
**Date created:** 2021/04/30<br>
Expand Down
2 changes: 1 addition & 1 deletion examples/vision/perceiver_image_classification.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Title: Image Classification with Perceiver
Title: Image classification with Perceiver
Author: [Khalid Salama](https://www.linkedin.com/in/khalid-salama-24403144/)
Date created: 2021/04/30
Last modified: 2021/01/30
Expand Down

0 comments on commit 312757c

Please sign in to comment.