Skip to content

Tensorflow Developer Exam NLP #412

Answered by mrdbourke
msrraju87 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @msrraju87,

You don't necessarily need to use the TextVectorization layer if you need to save .h5.

The exam doesn't require you to use any layers that can't be used with .h5.

However, you can also save the TextVectorization layer as part of a model: https://www.tensorflow.org/tutorials/keras/text_classification#export_the_model (though this doesn't allow you to save to .h5, which means it's not necessary to use this layer in the exam).

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
1 reply
@abdumuslim
Comment options

Answer selected by msrraju87
Comment options

You must be logged in to vote
13 replies
@MiguelCanalGarcia
Comment options

@msrraju87
Comment options

@msrraju87
Comment options

@MiguelCanalGarcia
Comment options

@msrraju87
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants