Haonan Chen

Results 9 issues of Haonan Chen

I've found [yaoli](https://github.com/yaoli) post a problem [here](https://github.com/yaoli/arctic-capgen-vid#trouble-shooting) about METEOR. It says that METEOR script fails to kill the sub-process and may eats up memory. Is that truly an issue?

Change the behavior when copying `thin_lm`, not assuming LM to have specific members, also delete some trailing spaces...

I've encountered a issue when both python2 and 3 are installed on the same machine but tensorboard is installed via python3. (Typically python2 is called via `python` and python3 via...

#### Reference Issue #### What does this implement/fix? Explain your changes. For the latest `soundfile`, error handling changed (used to throw `RuntimeError` only), as in [this pull request](https://github.com/bastibe/SoundFile/pull/272). This cause...

enhancement
IO
Upstream/dependency bug

Thanks for the nice plugin! But as my project is huge (containing some dataset folder), when I try to open file link with `ctrl+o`, it starts searching the entire project...

Thanks for the great package! I know coming up with a good name is hard, but the short cut "web" used here is a bit confusing and may cause conflictions...

Hi Chris, Thanks for this great work. I was trying to reproduce the reported result with the pretrained model provided in the `infer` directory. I used Docker so I suppose...

I'm not a native English speaker, but I cannot find any evidence for `singularize('slice') == 'slouse'`.

bug

Hi, [this line of code](https://github.com/bearpelican/musicautobot/blob/master/musicautobot/multitask_transformer/model.py#L83) seems redundant since `bar_pos` is already `< self.max_bar_len` by the line above. Also I am a little bit confused about the default value of `beat_len=32`...