Lerner Zhang

Results 14 issues of Lerner Zhang

Hello dear jdavis, I am doing a research where a command line tool is needed to facilitate the process. I have two options, your wonderful github-plus-university and the official education/teachers_pet....

I found [this paper](http://www.panderson.me/images/SPICE.pdf) touting that " Existing automatic evaluation metrics are primarily sensitive to n-gram overlap, which is neither necessary nor sufficient for the task of simulating hu-man judgment....

Hi, there, Living in China where many networks such as FB, twitter and almost all google's products are blocked outside GFW, I can not find enough tutorials to set other...

My code: `ffmpeg_extract_subclip("temp_video.mp4", 450, 700, targetname='subclip.mp4') ` #### Expected Behavior No information arises #### Actual Behavior The following log was output: ``` Moviepy - Running: >>> "+ " ".join(cmd) Moviepy...

bug
video

Hi, there, I'm a newbie to theano and run into a stone wall. The solution says that I'll get an error but I have not. And I want to ask...

**So, could you tell me how teachers could make reasonable evaluation, especially when facing collaborative situations? And also, how could a teacher makes an effective collaborative programme, and what is...

This is that in [the official implementaion](https://github.com/pytorch/fairseq/blob/master/fairseq/models/fconv.py#L281): > # residual > x = (x + residual) * math.sqrt(0.5) And the following is that [in this project](https://github.com/tobyyouup/conv_seq2seq/blob/78a6e4e62a4c57a5caa9d584033a85e810fd726e/seq2seq/encoders/conv_encoder_utils.py#L183): > # add res...

I found that if I remove the DOMNodeInserted event, this extension works just fine. I wonder why [this line](https://github.com/mechatroner/word-discoverer/blob/master/words_discoverer_chrome/content_script.js#L534) necessary?

It seems that the eng_dict.txt will load many times and occupy many memory. Am I right? If so, how to solve it? Load only once for the all tabs?

Every now and then I write some segments of code in the note, then I want to know if it is possible to implement that function? For instance: ``` some_language...