Wendy Wang

Results 8 comments of Wendy Wang

The color/vertical/etc. setting is not working as expected in `navbarPage`: ``` prgoressBar 100) stop("'value' should be in the range from 0 to 100.", call. = FALSE) if (!(color %in% shinydashboard:::validColors...

I have the same question as @firmai . Given that many time series models, like ARIMA, only uses the time series data point with no X but Y, how can...

For speech recognition NOT detection: we can check Baidu Deep Speech for some insights, which uses a WRAP-CTC model. This is an open source project on Github (because now it...

# OC16-CE80: A Chinese-English Mixlingual Database and A Speech Recognition Baseline https://arxiv.org/pdf/1609.08412.pdf

Automatic Recognition of Cantonese-English Code-Mixing Speech http://aclclp.org.tw/clclp/v14n3/v14n3a3.pdf

Speech Recognition on English-Mandarin Code-Switching Data using Factored Language Models http://www.csl.uni-bremen.de/cms/images/documents/publications/DA_JanGebhardt.pdf

@trafficonese when I had the same issue with leaflet in shiny, it turns out that the map has padding to its parent container (I was using tabbox) so when you...

I'm getting this issue and a temporary fix I created is as follows: ``` path = '/opt/conda/envs/Python-3.6-WMLCE/lib/python3.6/site-packages/docx2txt/docx2txt.py' with open(path,'r') as f: script = f.readlines() with open(path,'w') as f: for i,line...