d2l-ai / d2l-tr

Kod, matematik, çoklu-çerçeveler ve tartışmalar içeren etkileşimli derin öğrenme kitabı. 55 ülkede Stanford, MIT, Harvard, and Cambridge dahil 300 üniversitede kullanılmaktadır.
https://tr.d2l.ai
Other
78 stars 14 forks source link

Fixing more typos. #63

Closed semercim closed 2 years ago

semercim commented 2 years ago

Değişikliklerin açıklaması:

Bu çekme talebini göndererek, bu katkıyı tercih ettiğiniz şartlar altında kullanabileceğinizi, değiştirebileceğinizi, kopyalayabileceğinizi ve yeniden dağıtabileceğinizi onaylıyorum.

d2l-bot commented 2 years ago

Job d2l-tr/PR-63/1 is complete. Check the results at http://preview.d2l.ai/d2l-tr/PR-63/

d2l-bot commented 2 years ago

Job d2l-tr/PR-63/3 is complete. Check the results at http://preview.d2l.ai/d2l-tr/PR-63/

d2l-bot commented 2 years ago

Job d2l-tr/PR-63/4 is complete. Check the results at http://preview.d2l.ai/d2l-tr/PR-63/

d2l-bot commented 2 years ago

Job d2l-tr/PR-63/6 is complete. Check the results at http://preview.d2l.ai/d2l-tr/PR-63/

d2l-bot commented 2 years ago

Job d2l-tr/PR-63/7 is complete. Check the results at http://preview.d2l.ai/d2l-tr/PR-63/

d2l-bot commented 2 years ago

Job d2l-tr/PR-63/8 is complete. Check the results at http://preview.d2l.ai/d2l-tr/PR-63/

d2l-bot commented 2 years ago

Job d2l-tr/PR-63/9 is complete. Check the results at http://preview.d2l.ai/d2l-tr/PR-63/

d2l-bot commented 2 years ago

Job d2l-tr/PR-63/10 is complete. Check the results at http://preview.d2l.ai/d2l-tr/PR-63/

d2l-bot commented 2 years ago

Job d2l-tr/PR-63/11 is complete. Check the results at http://preview.d2l.ai/d2l-tr/PR-63/

d2l-bot commented 2 years ago

Job d2l-tr/PR-63/12 is complete. Check the results at http://preview.d2l.ai/d2l-tr/PR-63/

d2l-bot commented 2 years ago

Job d2l-tr/PR-63/13 is complete. Check the results at http://preview.d2l.ai/d2l-tr/PR-63/

d2l-bot commented 2 years ago

Job d2l-tr/PR-63/14 is complete. Check the results at http://preview.d2l.ai/d2l-tr/PR-63/

d2l-bot commented 2 years ago

Job d2l-tr/PR-63/15 is complete. Check the results at http://preview.d2l.ai/d2l-tr/PR-63/

semercim commented 2 years ago

Hello @AnirudhDagar , I want to merge this typo fix branch. But CI/CD fails in bahdanau-attention.md. Could you, kindly, help fix it?

AnirudhDagar commented 2 years ago

Hi Murat, sure I'll take a look and try to fix this today.

AnirudhDagar commented 2 years ago

@d2l-bot please rebuild :)

semercim commented 2 years ago

@d2l-bot please rebuild

AnirudhDagar commented 2 years ago

@d2l-bot should work for everyone and that is why we added it. I think I need to configure it for the repo particularly. It is not being triggered by GitHub API.

Besides the CI seems to have failed due to a different issue this time. Maybe that also needs fixing.

AnirudhDagar commented 2 years ago

@d2l-bot please rebuild :)

semercim commented 2 years ago

@AnirudhDagar It looks like now that it fails some different notebook at each build. Previously it was failing only the tensorflow version and now it also fails the mxnet version :/

AnirudhDagar commented 2 years ago

@semercim multiple flaky fails can happen when we run 175 notebooks across three frameworks. A few which are common and hard to pin-point fix include:

  1. CI Timeouts: can sometimes happen because of resource availability lock. (happened here)
  2. Datasets/pretrained-models: can have issues with download, leading to weird runtime bugs. (happened here)

I've restarted the PR build again and everything should be green now.

d2l-bot commented 2 years ago

Job d2l-tr/PR-63/27 is complete. Check the results at http://preview.d2l.ai/d2l-tr/PR-63/

semercim commented 2 years ago

Thanks for your help @AnirudhDagar . Everything seems OK.