Xutan Peng

Results 9 issues of Xutan Peng

in `read_audio_spectum` @ __4th cell__, `S = np.log1p(np.abs(S[:,:430])) `. What's the purpose of constant ***430***? Much thx! @DmitryUlyanov

Hi, This repo is really fantastic! 🥂 In [the training sample](https://github.com/bamtercelboo/cw2vec/blob/master/sample/zhwiki.txt), I notice that each line consists of a complete passage. Why don't you place one sentence per line? Is...

The [content images selection part](https://github.com/hwalsuklee/tensorflow-fast-style-transfer/blob/50438ad8b620af7d45ab8c4e050a7044d68ebe46/style_transfer_trainer.py#L22) should be modified. If ```len(content_images)``` is divided by ```batch_size```, then ```self.x_list``` will be empty, causing failure in training.

Hi, I just want some help in getting the **training vocabulary** & **word frequency** from the binary file (.bin) of embedding trained by word2vec or GloVe. I know that fastText...

in ***Load style and content***, `return np.log1p(np.abs(S[np.newaxis,:,:430])), fs`. What's the purpose of constant 430? Much thx!

Thanks for the cool site! However, when I'm trying to visit https://demo.allennlp.org/atis-parser for the text-to-sql demo, it's no longer usable. Do you have plans to fix it?

经测试,只能显示评论第一页的内容。

Dear developers, Thanks for releasing this beautiful project! In the "NFPlugins Examples" section, an implementation of `FlowSlicer` is provided. However, besides sampling the **[1st packet, N-th packet]** of each flow,...

Hi, thanks for this great project! I'm wondering whether it's possible to track the usage of non-python programs, e.g., C++ code? And how?