Cao Jun

Results 13 issues of Cao Jun

It seems the synchronized srt file has overlapped timestamp span. One sample is pasted below. `263 00:18:08,005 --> **00:18:14,610** 她妈妈是化妆师 264 **00:18:10,604** --> 00:18:11,210 咳,那不挺好的嘛` Obviously, subtitle #264 should follow...

In my case, audio is preprocessed and ready for sync with subtitle, but I have to feed a video to satisfy the tool argument.

the page got stuck for any more actions

It seems it hasn't been implemented in the following code.. ``` public class ProxyBulkLoader implements BulkLoader { private BulkLoader real; public ProxyBulkLoader(StandardJanusGraph graph){ String backend = graph.getConfiguration().getConfiguration().get(STORAGE_BACKEND); if ("cassandrathrift".equals(backend)){ real...

There seems to be some bug with multiple outputs node. Please help to check the following changes.

To improve the efficiency, I use multiple process to build several index files (block_0.index, block_1.index, block_2.index, ...), but want to merge them into one index, that could be load to...

question

``` while id (p2) 之后仍然会创建新节点,这样会导致节点激增以及所有的关系只有一层,影响neo4j评测结果。 修正为 ``` while id

could you please remove the type annotation for variable: email_pattern: regex.regex.Pattern = regex.compile(email_pstr, re.IGNORECASE) it has conflicts with former version like: `[regex](https://pypi.python.org/pypi/regex)==2018.11.22` and also I don't know why it need...

No label data needed. No handcrafted scale parameters for different device. But the training may cost a lot of time.

As an ex-NI employee, I like LabVIEW very much for the straightforward manner (like dataflow driven and graphic programming) it provides for developer. TensorFlow is very similar with LabVIEW from...