We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e6f5e commit fb010e9Copy full SHA for fb010e9
.github/workflows/build.yml
@@ -114,6 +114,7 @@ jobs:
114
python3 -m venv venv
115
venv/bin/python3 -m pip install .
116
venv/bin/python3 -m pip install .[testing]
117
+ venv/bin/python3 -m pip install tensorflow_datasets[dev]
118
venv/bin/python3 -m pip install -r docs/requirements.txt
119
- name: Install Flax
120
run: |
CHANGELOG.md
@@ -26,7 +26,7 @@ vNext
26
27
0.6.6
28
-----
29
-- 0.6.5 was yanked so this one contains all that was in 0.6.5 as well.
+- 0.6.5 was yanked so this release contains all that was in 0.6.5 as well.
30
- Migrated regular dict to FrozenDict, currently controlled by a flag.
31
- Refactored and separate out name relaxation policy changes.
32
- Added RMS normalization layer.
0 commit comments