Skip to content

Commit

Permalink
fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Mar 19, 2024
1 parent e7bad46 commit d3942cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions autokeras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,9 @@
from autokeras.tuners import RandomSearch
from autokeras.utils.io_utils import image_dataset_from_directory
from autokeras.utils.io_utils import text_dataset_from_directory
from autokeras.utils.utils import check_kt_version

__version__ = "2.0.0dev"

check_kt_version()

CUSTOM_OBJECTS = {
"BertPreprocessor": keras_nlp.models.BertPreprocessor,
"BertBackbone": keras_nlp.models.BertBackbone,
Expand Down

0 comments on commit d3942cf

Please sign in to comment.