d2l-ai / d2l-en

Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
https://D2L.ai
Other
23.23k stars 4.27k forks source link

Flaky test failure #1165

Open astonzhang opened 4 years ago

astonzhang commented 4 years ago

Below are a list of (possibly) flaky test failures. They make building tf portion less efficient thus should be addressed:

terrytangyuan commented 4 years ago

Perhaps setting some seeds would help.

astonzhang commented 4 years ago

@mli Do you think we can set seeds to disable randomness? It may help undesirable flaky test failure.

mli commented 4 years ago

i think we need to find the root cause, i.e. maybe due to bad weight initializations.