Anirudh Dagar

Results 69 comments of Anirudh Dagar

@cheungdaven seems like paddle is not able to find CUDA device. Similar issue in #1103

We've both CUDA 11.2 and CUDA 10.2.

Hi @tngt, @cheungdaven and I looked into the issue. The problem here is that `d2lbook` [intelligently](https://github.com/d2l-ai/d2l-book/blob/d933bfa91ce03ab6111db648045a1169060f99b7/d2lbook/resource.py#L30) only wants to assign GPUs to the notebooks which really demand GPUs. So it...

@tngt just give me a moment, I'm consolidating everything (will probably make changes to the d2lbook package) and will comment on the PRs with the steps ahead. Just wanted to...

Hi @tngt, sorry if I didn't make it clear after my review. Yes, now that we have fixed the CUDA issue within `d2lbook`, please continue with other chapters. They should...

http://preview.d2l.ai.s3-website-us-west-2.amazonaws.com/d2l-en/master/chapter_attention-mechanisms/bahdanau-attention.html was fixed in #2104. seq2seq and transformers for TF still need fixing.

Hi @julien-blanchon, thanks for your interest in the project, lovely to see the french translation. We use Amazon Translate to generate the base machine translations (see [d2lbook](https://github.com/d2l-ai/d2l-book/blob/master/d2lbook/translate.py)) and then with...

I don't think hosting it on fr.d2l.ai and adding it to our CI should be a problem, and we'd love to support as many languages as possible. I guess it...

Hi, Sorry for not commenting earlier due to bandwidth, we've been refactoring the complete attention chapter. I'll reply back once we've looked into these issues. Feel free to open up...