You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[speech-commands] Fix a flaky test and a wrong console message (#143)
- Fixestensorflow/tfjs#1192
The previous assumption was that the kernel of the dense
layer gets updated. But sometimes, the bias updates and
the kernel doesn't.
- A console.log message regarding large datasets and the use
of fitDataset() was placed in the wrong place. This PR fixes
that as well.
0 commit comments