mrdbourke / tensorflow-deep-learning

All course materials for the Zero to Mastery Deep Learning with TensorFlow course.
https://dbourke.link/ZTMTFcourse
MIT License
5.05k stars 2.5k forks source link

TextVectorization layer widely use in the course for Tensorflow Certificate is not compatible with h5 format #653

Open LubuntuSharp opened 1 month ago

LubuntuSharp commented 1 month ago

Hello, I am still trying to take the exam next week, I was going to finalize my exercises when I realized (with terror) that the TextVectorization layer widely use in the notebooks is not compatible with h5 format, so you cannot use during the exam which requires to submit model saved this way. I tried with no success to replace with KerasNLP or KerasPreprocessing; 1) are you aware of this substantial limitation? 2) could you suggest a workaround, if exists?

Regards, Alex