fchollet / deep-learning-with-python-notebooks

Jupyter notebooks for the code samples of the book "Deep Learning with Python"
MIT License
18.17k stars 8.53k forks source link

Boston_housing (all_scores not a list) #123

Open RorisangSitoboli opened 5 years ago

RorisangSitoboli commented 5 years ago

I need help with the above. My all_scores is supposed to be a list from which i calculate the mean score (np.mean(all_scores)). However on both Anaconda and Google Colaboratory i keep getting only 2.55.. or 2.45.... (respectively). The output is not a list. Where am i going wrong?