Closed mccurcio closed 4 years ago
Good catch @mccurcio , this is actually an error on the code side. If you replace that line with
best_model_id <- ae_grid@model_ids[[1]]
then it should work just fine. I will be updating the online version of the book with this correction shortly.
The online version of the book has been updated. Thanks @mccurcio
I am working through sections of HOML/autoencoders.html and found an error message pop up.
In section: 19.2.3 Visualizing the reconstruction, I found an error associated with the line:
after this line I get:
Up to this point, I have followed the code from the Autoencoder section, should I look at my setup or is this a change in H2O.ai and code? HTH