Zhuyi Xue

Results 25 issues of Zhuyi Xue

A continuation of https://github.com/streamlit/streamlit/pull/8372/files. This is to avoid symlink like ``` /home/dev/.cache/bazel/_bazel_dev/b31cb3692daef370d4f0f88865fc052b/execroot/__main__/bazel-out/k8-fastbuild/bin/foo/bar.py ``` from being excluded by `_exclude_blacklisted_paths` in https://github.com/streamlit/streamlit/blob/f75ca3a19ad0ae975611e3671137a3661053098e/lib/streamlit/watcher/local_sources_watcher.py#L159 due to existence of `.cache` in the path since the...

stale

If a `-read-vocab` file is specified, then all their counts are 0, it seems `SortVocab()` will remove all words in such case. https://github.com/dav/word2vec/blob/5f2e9661025c4f6b496c6a6888be0d090b9c44b3/src/word2vec.c#L323 https://github.com/dav/word2vec/blob/5f2e9661025c4f6b496c6a6888be0d090b9c44b3/src/word2vec.c#L155

Could anyone please point me to where the embedding matrix is initialized in the code? I would like to know how it is initialized. If random, what random distribution are...

I have toy model that takes three variables, `x1, x2, x3`, `x3` is a categorical variable with two categories, `a` and `b`. The model is trained using Python API, ```python...

Thanks for the implementation! It helps me understand the paper better. I have two paper related questions, please. **Q1**, for the plots of `Log intensity` vs `Frequency`, do you know...