pannous

Results 101 comments of pannous

You need to pay to get access to the timit dataset: https://catalog.ldc.upenn.edu/LDC93S1

Hi, this demo code is two years old, updating the code or data to the current caffe version / requirements shouldn't be too hard though.

Looks like caffe lost the ability to read monochrome images: the is_color: false flag was removed Investigating the options ...

Hi Joshua, you probably solved this yourself by now. If not: Yes, the pipeline could easily be reconfigured to consume colored spectrographs. Do you have a data dump available or...

Great! Did you have luck with the js side assembler (not the binary wasm) Looks like it is somehow buried in binaryan, or maybe I have to write a ffi...

agreed, though I thought that binaryan will be part of the mainstream pipeline to generate WebAsm. > On Jan 19, 2017, at 12:10 PM, Joel Höner wrote: > > Haven't...

add &locale=... parameter to web query

or ask explicitly: how is the london weather in celsius

sounds good. and then use it like this: ``` ruby path = "/api?" path += "input=#{ encoded }" path += "&locale=" + BettyConfig.get("locale") || ENV["LANG"] ``` (in main.rb .. def...