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 cbffa8b commit 5549d89Copy full SHA for 5549d89
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.0dev"
+__version__ = "2.0.0"
55
56
CUSTOM_OBJECTS = {
57
"BertPreprocessor": keras_nlp.models.BertPreprocessor,
0 commit comments