Jingxin Lee
Jingxin Lee
您好,电脑系统是Ubuntu18.04, 用clash-premium-installer安装的clash。 想用开启clash的电脑做个网关,但是手机经过配置后完全没有网。此时手机的Router改成了电脑的IP, DNS为dns-hijack的8.8.8.8. **请问是哪里出问题导致手机没网呢?** 下面是配置文件的头部: config.yaml redir-port: 7892 tproxy-port: 7893 mixed-port: 7890 allow-lan: true bind-address: '*' mode: rule log-level: info ipv6: false external-controller: 127.0.0.1:9111 hosts: 'mtalk.google.com': 108.177.125.188 't.cn': 203.107.55.116...
Try to use Wikipedia Chinese corpus to Train sense2vec. But met a problem which is **The 'noun_chunks' syntax iterator is not implemented for language 'zh'.** Anyone know how to deal...
Hi there, Is it possible to expand many **similar meaning** questions based on the given question?
Hi, I am installing fastt5 in an offline server. I already installed onnxruntime, but it still show `WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed...
Hi, I am using jupyternotebook via VScode. But When I run ``` from huggingface_hub import notebook_login notebook_login() ``` I copy the Token, but I cannot paste it in the jupyternotebook...
Hi there, For example, talk, talks, talked, talking When you add **_talk_**, the **_talks_** and **_talked_** don't highlight. but the **_talking_** still highlight. Could you fix it ? Thanks.
Hi there, I met a problem. There is no space between the words when I use your extension.  Please fix it. Thanks.
Why the shape of Wx is **N** * 4H ? not **D** * 4H?
提问时请尽可能提供如下信息: ### 基本信息 - 你使用的**操作系统**: - 你使用的**Python**版本: 3.8 - 你使用的**Tensorflow**版本: 2.2 - 你使用的**Keras**版本: 2.3.1 - 你使用的**bert4keras**版本: 0.10.7 - 你使用纯**keras**还是**tf.keras**: keras - 你加载的**预训练模型**:bert ### 核心代码 ```python # 请在此处贴上你的核心代码。 # 请尽量只保留关键部分,不要无脑贴全部代码。 import...
` def oneVsAll(X, y, num_labels, lambda_): # Some useful variables m, n = X.shape # You need to return the following variables correctly all_theta = np.zeros((num_labels, n + 1)) #...