recommenders
recommenders copied to clipboard
Plotting the model architecture
Hello
In the vanilla Keras models, I have been using tf.keras.utils.plot_model() to see the model architecture which has been extremely useful.
However, the function does not work on the model created by TFRS. Can I ask if there is a way to do that?