Kimmy

Results 37 comments of Kimmy

@cydonia999, see my pull request which should resolve this issue :)

Agreed. How is it possible to train the generator model?

Here's a very rudimentary decoder you can use in `fq`. Run `fq -d raw -i . MAPS2.wad` and paste the following into the REPL: ```jq def num_le: tobytes|explode|reverse|map(. band 0xff)|tobytes|tonumber;...

You can use a tool like ffmpeg or avconv to convert any audio or video format to Whisper! Try something like this: ``` $ ffmpeg -i video.mp4 -f wav -ar...

That is a warning, not necessarily an error. What other output do you get?

Hello! Right now, this project doesn't use the Corona SDK. If you're using the Corona SDK for your apps, I think there's a better AWS library here: https://github.com/BobDickinson/corona-s3 (Full disclosure:...

Oops! Sorry, didn't realize I broke the documentation. My last commit should fix it.

(bump) I find myself using my own fork of Joblib for my personal projects because I like this behavior better. It would be awesome to have something like this in...

Thanks for writing back and explaining your thought process! Hm. Great points. Just to be clear: are you proposing some sort of 'tag' functionality that you can use to mark...

I think that in vanilla joblib, the loophole you mention exists because input arguments are also hashed in the same way and can be collided too. Hmm.