Lucas Ou-Yang

Results 24 comments of Lucas Ou-Yang

if you are interested, please reach out at: [email protected]

Good find @VitamintK! Your workaround is great and I should probably add it into the README. However for these scenarios: - final anagram is not in trigram set - final...

I thought the right way to do it was if the `actual` list was length 1 we should not include the ndcg because that value will always be 1. The...

Thanks so much! I'll be sure to leave you credits in this repo before open sourcing it!

Thanks a ton for this update! I will be sure to update my `moviepy` tonight and tell you how things run afterwards. I have not tried the new `to_videofile(...)` method,...

Hmm, sorry but I have one last issue: When I am running the contents of video.py: `python2.7 video.py` which was written with help from you, I seem to be getting...

The progress bars are normal when the output isn't piped into a log file! No worries, I think it's some weird piping mechanism that stacks them like that. When I...

This is tough, after commenting out those lines, different errors popped up. I think I may resort to my library installing an older version of moviepy (before all of those...

Hmm, it still hangs on proc.wait(). Is there a fix I can perform to just simply make it not compatible for python 3 but have it work? When I remove...

Thank you for filing this @pankajniet, this service has been broken for a while now due to the Youtube API v2->v3 migrations :(