崔小二

Results 7 issues of 崔小二

I am from China, I find that when I type chinese, it will become something strange. For example: echo 中文 press `Ctrl + r`, it become: echo 中惶

:beer: done

I find a strange thing, bd.move_mean([1.9272201201869577, 0.0, 0.0, 0.0], 3) this print: [ nan, nan, 6.36527364e-01, 6.42406707e-01, 7.40148683e-17] the last result should be `0` instead of `7.40148683e-17` actually. With the...

bug

Question 1: ``` for w in important_words: try: # Compute an index for where any important words occur in the sentence. word_idx.append(s.index(w)) except ValueError, e: # w not in this...

I want to reuse `gorequest.SuperAgent` in my program, so I new a `req`, then I always reuse this.This does work at most time, But when I have multiple `goroutine` in...

**Describe the bug** Model I am using (layoutlmv3-base-chinese): The problem arises when using: * [x] the official example scripts: (give details below) https://github.com/microsoft/unilm/tree/master/layoutlmv3 * [x] my own modified scripts: (give...

I install nanomsg with `pip install nanomsg`, I got this waring: ``` /home/roger/anaconda/envs/crawler/lib/python2.7/site-packages/nanomsg_wrappers/__init__.py:22: UserWarning: Could not load the default wrapper for your platform: cpy, performance may be affected! "%s, performance...

I start `go-dnsmasq` like this: sudo go-dnsmasq -f /etc/banner_add_hosts --verbose here is my `/etc/banner_add_hosts `: 192.168.31.106 test.91htw.com but I can not access `test.91htw.com` dig @192.168.31.106 test.91htw.com Here is the error...