Skip to content

Commit 22e8539

Browse files
Conchylicultorcopybara-github
authored andcommitted
Update TF to 4.0.1
Fix `tfds.load` when generation code isn't present and improve GCS compatibility. Thanks @carlthome for reporting and fixing the issue. PiperOrigin-RevId: 336306487
1 parent f6c01d8 commit 22e8539

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

tensorflow_datasets/stable_versions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ abstract_reasoning/attrs.shape.color/1.0.0
66
abstract_reasoning/extrapolation/1.0.0
77
abstract_reasoning/interpolation/1.0.0
88
abstract_reasoning/neutral/1.0.0
9+
accentdb/1.0.0
910
aeslc/1.0.0
1011
aflw2k3d/1.0.0
1112
ag_news_subset/1.0.0
@@ -536,6 +537,7 @@ groove/full-16000hz/2.0.1
536537
groove/full-midionly/2.0.1
537538
gtzan/1.0.0
538539
gtzan_music_speech/1.0.0
540+
hellaswag/0.0.1
539541
higgs/2.0.0
540542
horses_or_humans/3.0.0
541543
i_naturalist2017/0.1.0

tensorflow_datasets/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# We follow Semantic Versioning (https://semver.org/)
2626
_MAJOR_VERSION = '4'
2727
_MINOR_VERSION = '0'
28-
_PATCH_VERSION = '0'
28+
_PATCH_VERSION = '1'
2929

3030
__version__ = '.'.join([
3131
_MAJOR_VERSION,

tensorflow_datasets/version_stable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# We follow Semantic Versioning (https://semver.org/)
2222
_MAJOR_VERSION = '4'
2323
_MINOR_VERSION = '0'
24-
_PATCH_VERSION = '0'
24+
_PATCH_VERSION = '1'
2525

2626
__version__ = '.'.join([
2727
_MAJOR_VERSION,

0 commit comments

Comments
 (0)