Skip to content

Commit af37a7f

Browse files
committed
Sync with upstream prior to release
Signed-off-by: Abolfazl Shahbazi <[email protected]>
2 parents 10899a0 + 9d580f4 commit af37a7f

File tree

187 files changed

+8332
-4838
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+8332
-4838
lines changed

.dockerignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
.git/**
1+
.git*
2+
**__pycache__**
3+
docker
24
Dockerfile*

.github/workflows/integration.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- r0.2
1212
- r0.3
1313
- r0.4
14+
- r0.5
1415
tags:
1516
- '**'
1617
paths:

.github/workflows/notebook-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- r0.2
1212
- r0.3
1313
- r0.4
14+
- r0.5
1415
tags:
1516
- '**'
1617
paths:

.gitignore

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1+
_autosummary
2+
.coverage
3+
.DS_Store
14
.idea*
5+
.ipynb_checkpoints
6+
.vscode
7+
*.egg-info/
28
*.pyc
3-
.DS_Store
49
**.log
5-
**venv*
10+
**/*.cache
611
**/**.whl
7-
.ipynb_checkpoints
8-
*.egg-info/
9-
dist/
12+
**/**/models/
13+
**/**venv
14+
**venv*
1015
build/
16+
data
17+
dist/
1118
docs/_build/
1219
nc_workspace
13-
_autosummary
14-
.coverage
15-
**/*.cache
16-
**/**venv
17-
**/**/models/
18-
.vscode
20+
output

DATASETS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a comprehensive list of public datasets used by this repository.
88
| [AG News (TFDS)](https://www.tensorflow.org/datasets/catalog/ag_news_subset) | TensorFlow | Text Classification |
99
| [Food101 (Torchvision)](https://pytorch.org/vision/stable/generated/torchvision.datasets.Food101.html#torchvision.datasets.Food101) | PyTorch | Image Classification |
1010
| [Food101 (TFDS)](https://www.tensorflow.org/datasets/catalog/food101) | TensorFlow | Image Classification |
11-
| [SMS Spam Collection](https://archive-beta.ics.uci.edu/dataset/228/sms+spam+collection) | PyTorch & TensorFlow | Text Classification |
11+
| [SMS Spam Collection](https://archive.ics.uci.edu/dataset/228/sms+spam+collection) | PyTorch & TensorFlow | Text Classification |
1212
| [TF Flowers (TFDS)](https://www.tensorflow.org/datasets/catalog/tf_flowers) | PyTorch & TensorFlow | Image Classification |
1313
| [Cats vs. Dogs (TFDS)](https://www.tensorflow.org/datasets/catalog/cats_vs_dogs) | TensorFlow | Image Classification |
1414
| [Country211 (Torchvision)](https://pytorch.org/vision/stable/generated/torchvision.datasets.Country211.html#torchvision.datasets.Country211) | PyTorch | Image Classification |

Dockerfile

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)