Skip to content
Advertisement

Tag: keras-layer

Save keras preprocessing layer

I have a model where I’m doing different preprocessing, outside the model itself. One part of the preprocessing is using a category encoder based on keras with: I apply this than with to my pandas dataframe. Now I want to store my model and in order to store the model I also have to store the 2 preprocessing layers cat_index

Advertisement