Loreto Parisi
Loreto Parisi
I get several errors when doing a build ``` shell gyp info it worked if it ends with ok gyp info using [email protected] gyp info using [email protected] | darwin |...
I have modified the TPUEstimator to use the [BestExporter](https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/estimator/BestExporter), so with features spec and examples: ```python def serving_input_receiver_fn(): with tf.variable_scope("foo"): feature_spec = { "input_ids": tf.FixedLenFeature([FLAGS.max_seq_length], tf.int64), "mask": tf.FixedLenFeature([FLAGS.max_seq_length], tf.int64), "segment_ids":...
### Feature Description Any plan to add bindings to NodeJS (SWIG interfaces or native nodejs module addon, or even Emscripten)? #### Use Case Running NodeJS web applications #### Additional Context...
@JanX2 @jmvalin When doing real-time denoise from mic, there is a significative delay of 1-2 sec. How to improve this with the current pre-trained model?
How did you managed to compile with `emcc`? I'm using it like `emcc -v -std=c++11 -s MODULARIZE=1 -s LEGACY_VM_SUPPORT=1 -s WASM=0 rnn.cc`, but it does not work properly...
I'm doing some tests for CPU and GPU environment usages for prediction (Predict.py). I'm using an audio file `Audio: mp3, 44100 Hz, stereo, fltp, 192 kb/s` of duration `00:03:15.29` ```sh...
Any suggestion for 2d to 3d image reconstruction? I was lookin at [This](https://github.com/microsoft/Deep3DFaceReconstruction) project by MS seems to be trained on actual faces, maybe it could work applied to the...
I'm currently using both `Hunspell` and SymSpell as main spelling correction system. They works both ok, SymSpell works great (quality, performances, etc.) That said, I have a question about Norvig...
Thanks for this repo. It could be very interesting to add the latest Google's [BERT](https://github.com/google-research/bert) model that claims to be state-of-the-art in recent NLP tasks among them text classification. They...
Is it possibile to stream mp3 audio files from given media folder?