Tensorflow to_categorical not working well
from keras.src.utils import to_categorical
y_binary = to_categorical(y_int)
save and load keras transformer model
i am still new to deep learning right now i follow this keras tutorial to make an translation model using transformer here the link. Everything works just fine but i have no idea how to save the model, currently i have this implementation