Open Baldl opened 2 years ago
@FloFranz You are not able to plot your variable hist
because you basically loaded the whole model as you can see when you just print this variable in your console and unfortunately I could not find/know a solution for restoring your training model history out of the loaded model. So I guess it is easier to save the variable hist
or the output in the viewer window as a html-file after fitting your model.
In the process of model training I want to implement an if-else statement so that it doesn't have to train again when I compile it to PDF. Is there a way to load the trained model for plotting the loss and accuracy? I tried it as follows:
But the else statement where loading the model and saving it in the variable
hist
results in<keras.engine.functional.Functional object at 0x000001D69A5F4D88>
and this object can not be plotted.Would be really nice to find a solution for this because this step takes some time...