qbolec

Results 18 comments of qbolec

I have windows 10 desktop PC and experience the same slowdown on Fx, I've tried to capture a sample with Fx's profiler, but it hang!

(my Chrome Version is 73.0.3683.103 (Oficial) (64-bit), User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36 )

Thanks for review! Sorry for a late reply, I was a bit busy. As already pointed out, I was careless when writing "much faster than O(NM)". On the plus side,...

I didn't have chance to work on it. I want to get it done today. The only difficulty for me is to get Kaldi to compile with Cygwin. So far,...

I haven't tried -O1 nor your pull request yet. I did however successfully compile everything using -O2. I'll look into testing your pull request, and/or -O1 later this week. Is...

I'm working on it right now. I'm new to git, not really good in cygwin, and totally fresh to kaldi :) Right now, I'm waiting for `git push origin master`...

The `make` failed with: ``` make[1]: Wejście do katalogu '/cygdrive/e/dev/kaldi/kaldi/src/chain' g++ -msse -msse2 -Wall -I.. -DKALDI_DOUBLEPRECISION=0 -DHAVE_POSIX_MEMALIGN -DHAVE_CLAPACK -I ../../tools/CLAPACK/ -Wno-sign-compare -Wno-unused-local-typedefs -Winit-self -I ../../tools/CLAPACK/ -I /cygdrive/e/dev/kaldi/kaldi/tools/openfst/include -g -c -o...

After performing ``` git checkout -- . make clean dos2unix configure find . -name "Makefile" | xargs sed -i "s/CXXFLAGS =/CXXFLAGS = -Os/g" make -j4 depend make ``` it fails...

I have not edited the `configure` nor `check_dependencies.sh` files - the error is emitted fresh after performing `git checkout -- .`. I think the reason could be in the git...