Aurélien Geron

Results 284 comments of Aurélien Geron

Thanks for your question. If you use 1 instead of 100, the `noise` variable will just contain an array full of zeros, because the values output by `np.randint(a, b)` range...

Thanks for opening this issue. I've updated notebooks 16 to 19 to use Keras 2 instead of 3, the problem should be fixed. Please reopen if you still see an...

Hi @txoof , Thanks for your feedback, I'm sorry for the confusion. You're right that I should not have reassigned `housing`, that was a bad idea. Note that this variable...

Thanks for your question. Generally, when people have SSL issues when using Python on MacOSX, it's due to a missing step when installing Python: installing the SSL certificates. You need...

Hi @VipulJain153 , Thanks for your feedback. I just ran the code, and it worked fine for me. This error message means that the server closed the connection before the...

Hi @uzi0espil , Thanks for your question. I'm sorry about the SketchRNN dataset issue, there was a [TFDS Pull Request](https://github.com/tensorflow/datasets/pull/361) that seemed ready to merge, about a year ago, and...

This problem should now be fixed, please reopen if you still see it.

Another workaround: if you move the definition `add` into a separate module, then everything works fine.

I'm not sure why this PR is failing, it looks like the failure is due to some other change, unrelated to this PR. Wdyt?

Hi @rajabit111 , Thanks for the PR, however I've tried something like this before and unfortunately it failed because the notebooks run for too long, so GitHub interrupts them with...