Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about auto-keras

Read more about auto-keras

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - auto-keras

Can not load saved model in keras / tensorflow?

I trained the model using autokeras with TensorFlow 2.5. I saved the pre-trained model using both methods explained on Keras (TensorFlow) home page. model.save(f'model_auto_keras{max_trials}.h5') mode...
test-img

krishna

tensorflow

keras

tf.keras

keras-layer

auto-keras

Votes: 0

Answers: 1

Latest Answer

@krishna You can try: model = tf.keras.models.load_model('model.h5', custom_objects={'CategoryLayerName': tf.keras.layers.CategoryEncoding()}) In your model declaration use layer name for CategoryEnc...
test-img

Peter Pirog

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved