张梓径

Results 30 issues of 张梓径

There is an error in the script for fine tuning the bert baseline: `--train_precomputed=nq-train.tfrecords-00000-of-00001 \` should be `--train_precomputed_file=bert-joint-baseline/nq-train.tfrecords-00000-of-00001 \` ```shell python -m language.question_answering.bert_joint.run_nq \ --logtostderr \ --bert_config_file=bert-joint-baseline/bert_config.json \ --vocab_file=bert-joint-baseline/vocab-nq.txt \...

``` Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/root/language/language/question_answering/bert_joint/run_nq.py", line 1442,...

## Reproduce `sudo gem install jaro_winkler` ### Environment MacOS Mojave 10.14.5 (18F2059) ## Output ``` Building native extensions. This could take a while... ERROR: Error installing jaro_winkler: ERROR: Failed to...

``` zingg@Zijings-MacBook-Air textx_test % textxUsage: textx [OPTIONS] COMMAND [ARGS]... Options: --debug Debug/trace output. --help Show this message and exit. Commands: check Check/validate model given its file path. generate Run code...

What are the requirements? A requirement.txt file would be great. What's the python version?

The dockerfile is redundant and losing its purpose. Making a docker-compose to link coreNLP and openNMT with model downloaded inside the container is better than installation bash script.

Please elaborate on the TPU creation process. Which TPU to use? Which version of the software to use? I am getting not enough space error.

Is it possible to make a transparent background?

enhancement

I am making a script that generates concepts with its definition. But the random method would return ambiguous titles. ## Reproduction ```python import wikipedia import json output = {"version": "test",...

**Describe the problem**: I am trying to write up a plugin for tabby, an awesome terminal. I am following but the debug script returns ``` % TABBY_PLUGINS=$(pwd) tabby --debug zsh:...

T: Bug