fchollet / deep-learning-with-python-notebooks

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

Get different results #227

Open wytxty opened 10 months ago

wytxty commented 10 months ago

When I practiced the reuters example, I got totally different results, and each time I run it, the results were different. After I set the seed, I got the reproducible results, but still different from the example. I'm so confused now!!!! >.<