- This only affect you if you use
BertTokenizer
orBertEncoder
in AutoKeras explicity. You are not affected if you only useBertBlock
,TextClassifier
orTextRegressor
. Removed the AutoKeras implementation ofBertTokenizer
andBertEncoder
. Usekeras-nlp
implementation instead.
- Now also support
numpy>=1.24
.