Slackbot
03/11/2024, 11:55 AMMarco
03/11/2024, 1:52 PMBetina Corazza Ferrão
03/11/2024, 5:20 PMfrom tensorflow.keras.utils import plot_model
plot_model(lstm, to_file='model_plot.png', show_shapes=True, show_layer_names=True)
but with pytorch and the Nixtla model I couldn't do it. The result of this code is this print:Marco
03/11/2024, 6:19 PMBetina Corazza Ferrão
03/12/2024, 1:09 PM