Webb Phillips
Webb Phillips
Firefox version 99 produces transcription text (expected behavior). console.log after clicking start: ``` INFO: cmn_live.c(120): Update from < 8.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00...
At first I assumed this was caused by me building the latest commit instead of the same commit used for the whisper.ggeranov.com/ demo, different emscripten version or flags. Nope: I...
If you vectorize cost and backprop, 50 epochs takes 2.4 seconds instead of 150 seconds. Vectorized cost: replace [this loop](https://github.com/Zhenye-Na/coursera-ml/blob/7cc16a8f90b094ef21a72be1202743abd315e22f/machine-learning-ex4/ex4/nnCostFunction.m#L58-L63) with ``` yy = zeros(size(y,1),num_labels); yy(sub2ind(size(yy),1:length(y),y'))=1; J = sum(sum(- yy...
Many repos now use "main" not "master", e.g., supertab. Please also default to branch: main, e.g., try main, then master, so that we don't have to update our vim configs...