Yi-Kai Zhang

Results 10 issues of Yi-Kai Zhang

Excuse me, https://github.com/graykode/nlp-tutorial/blob/master/1-1.NNLM/NNLM-Torch.py#L50 The comment here may be wrong. It should be `X = X.view(-1, n_step * m) # [batch_size, n_step * m]` Sorry for disturbing you.

Thank you for sharing the nice repo. But ProtoNet's accuracy on the miniImageNet was **about 2%** lower than the original published in any setup. **My question is:** Are there any...

Hi, Thank you for sharing the repository! I've got a problem with [bayesian_logistic_regression.py - L39](https://github.com/ctgk/PRML/blob/master/prml/linear/bayesian_logistic_regression.py#L39). Why does this line of code need to be `+ self.w_precision @ (w - self.w_mean)`....

在`mgan.py`, `class LocationEncoding`, `weight_matrix()` 函数中: ```python for i in range(batch_size): for j in range(min(pos_inx[i][0], seq_len)): relative_pos = pos_inx[i][0] - j aspect_len = pos_inx[i][1] - pos_inx[i][0] + 1 sentence_len = seq_len...

Excuse me for bothering you. How can I add control (like click action) to the buttons in `tabs`? I mean `TabsSettingsEditor`, which is declared in `tabssettingseditor.h`. Is there some example...

Excuse me. This is a beginner's question. How does your project implement the sentiment analysis module? Where did you call the model implemented in Python or other languages? Thank you...

Thank you very much for your contributions to the community. The open-compass/opencompass project **is truly outstanding**, and I envision engaging in further research based on opencompass foundation. In this Pull...

Hi, I found that `self.epoch` may not be updated, which causes the `_update_weight` function to not work. Am I missing something? How can I reproduce the experiment correctly? Thank you...

question

Hi. Note that in the default parameter you used, `sample_g_n` will reach 100. What method did you use to sample the dataset (like AMiner-Collaboration in the paper) to `graph_0.txt, graph_1.txt,...

Everything looks nice, I can see this screen of the local host: ![image](https://user-images.githubusercontent.com/46623714/156968159-1ee057f3-b8b7-4b69-9acb-8c1fb20d0dd2.png) **My question is** after clicking on `login`, it will automatically jump to the `signup` screen: (http://$MY_LOCAL_HOST_IP:8080/signup), and...