We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36686b commit 2f5d31cCopy full SHA for 2f5d31c
RELEASE.md
@@ -1,3 +1,10 @@
1
+# Release v1.4.3
2
+
3
+## Bug fixes
4
+* Could not do `from keras_tuner.engine.tuner import Tuner`. It is now fixed.
5
+* When TensorFlow version is low, it would error out with keras models have no
6
+ attributed called `get_build_config`. It is now fixed.
7
8
# Release v1.4.2
9
10
## Bug fixes
keras_tuner/version.py
@@ -13,4 +13,4 @@
13
# limitations under the License.
14
15
# Unique source of truth for the version number.
16
-__version__ = "1.4.3dev0"
+__version__ = "1.4.3"
0 commit comments