Ahmed Mansour

Results 11 comments of Ahmed Mansour

> I just tried > > ``` > pip install git+https://github.com/MahmoudAshraf97/ctc-forced-aligner.git > ``` > > on colab and it worked fine Had issues with the default pip package so `pip...

@ryanpeach thanks for the contribution! what help do you need to get this PR merged?

@pmespresso converted your script from typescript to python to make it easier to run quickly. Tested to work on a real supabase schema. Thanks! https://gist.github.com/sourman/049aa95f0e0155ceb1338122d5c50524

yeah I noticed `stride` is off by some small factor but the error adds up over time. try adding 1 or 2 to stride in `generate_emissions()` at the end before...

yeah that is what I meant. Hmm has to be something else. can you run git bisect between the version that was working and the current version and single out...

Excellent work. git bisect saves so much time. now that we know the offending commit debugging will be much easier. I will take a look at it this weekend.. In...

Happy to help :) no I have not looked at the diffs. Strange. CI updates wouldn't break this 🤔

working on it, but if anyone has recommendations please let me know My initial plan is to add a filter optional parameter that matches against the event_message and the function...

I setup a python script that is excellent at grabbing edge function console logs https://gist.github.com/sourman/600d9479fce97ee7fa5c8a626da37d75 the nice thing about this tool is tat it can accept 2 EDGE function names...