Everything is as it was explained in lecture
I would like to suggest to kindly update the notebooks if possible because being a newbie to the paradigm I find it difficult sometimes to debug any error present
Everything is as it was explained in lecture
I would like to suggest to kindly update the notebooks if possible because being a newbie to the paradigm I find it difficult sometimes to debug any error present
Can you share the screenshot after expanding the error description(click on the <4 frames>)? Or better share a link to the notebook?
Hello, sorry but I guess i had problem with the plot_heat_map() function, after I rewrote it things are working
I’ll request you to close this thread
Sure,
FYI, this line was creating issue:
plt.title(“Epoch”, epoch)
you can change it to (or something else, basically a single string:
plt.title(f’Epoch: {epoch}’)