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 346df97 commit 7267cd2Copy full SHA for 7267cd2
autokeras/__init__.py
@@ -51,7 +51,7 @@
51
from autokeras.utils.io_utils import image_dataset_from_directory
52
from autokeras.utils.io_utils import text_dataset_from_directory
53
54
-__version__ = "2.0.0"
+__version__ = "2.1.0dev"
55
56
CUSTOM_OBJECTS = {
57
"BertPreprocessor": keras_nlp.models.BertPreprocessor,
0 commit comments