oranusa

Results 24 issues of oranusa

atom:1.23 ubuntu:16.04 ![test](https://user-images.githubusercontent.com/12651762/35271972-a88909c6-006e-11e8-81e5-8bae8d62a563.gif) there is a suggestion of className, but it cann't be complemented when press 'tab' or 'enter'. ![test1](https://user-images.githubusercontent.com/12651762/35272062-efc95bce-006e-11e8-88e0-8a35d5d5430f.gif) however, the others is ok; such as: onBlur, onChang, onSubmit.

All the steps have completed, and the Workspace run well. but re-pull images when the local machine reboot or relink network. Is there any way to resolve it? save image...

大神,你自己训练的tiny的模型(20亿样本),对英文字母大小写敏感吗?我看一下,vocab中和bert并无差异,bert中有做大小写模型的区分,这里的模型是统一处理为小写吗?

I don't understand the code `disp_instanceInput = disp_instanceFinal * p.totalStride / p.responseUp;` why *p.totalStride. cuz the stride of conv?

in reademe, 10ms is overlap, but in code: `N_fr = int((signal.shape[0]-wlen)/(wshift))` this formula means 10ms is shift, actually, the N_fr should be: `N_fr = int((signal.shape[0]-(wlen-wshift))/(wshift))` but if 10ms is overlap,...

大神,看了一下你的博客,并没有看到你有关文本摘要的文章。另外,我在网上找了一下,只找到两个数据集:LCSTS、教育培训行业抽象式自动摘要中文语料库。有一个NLPCC的数据链接应该是失效了。请问还有其他什么中文的数据集吗?

`im_patch_scale = getScaleSubwindow(im, pos, base_target_sz, scale_factor*scale_factors, scale_window, scale_model_sz, p.hog_scale_cell_size); xsf = fft(im_patch_scale,[],2);` why the 33 scales multiply the scale_window(33 length) respectively? fft(X, [], 2), the arg '2' it means fft...

as the demo code: ` with flowchart('expense'): with stage('input'): to('request').when_all(**c.first

https://github.com/jruizgit/rules/blob/master/docs/py/reference.md#action-batches ` with ruleset('expense'): # this rule will trigger as soon as three events match the condition @when_all(count(3), m.amount < 100) def approve(c): print('approved {0}'.format(c.m)) # this rule will be...

thank you for your work. have your ever compare with other way for classfing the faceID, such as feature distance not to train a MLP classifer. As we know, MLP...