mit-deep-learning
mit-deep-learning copied to clipboard
syntax: change val_mean_squared_error to val_mae
Also need to update def plot_history():
hist['mean_squared_error'] -> hist['mse'],
and same for val_mse
Dear @lexfridman, please merge both pull request from @h4xx3 . Notebook will otherwise not work in Google Colab out of the box.