fishfree
fishfree
In the README, there is an example configuration: ``` { "api_version": 1, "default_tags": [{"name": "geo"}, {"name": "namibia"}], "default_groups": ["science", "spend-data"], "default_extras": {"encoding":"utf8", "harvest_url": "{harvest_source_url}/dataset/{dataset_id}"}, "override_extras": true, "organizations_filter_include": [], "organizations_filter_exclude": ["remote-organization"],...
For Chinese / Janpanese / Korean, there is no space between words. So it's more friendly to inlinely display differences character by character. For example, I just change the 50...
``` (champ) meme@ubuntugpu:~/champ$ /mnt/data/meme/.conda/envs/champ/bin/python inference.py --config configs/inference.yaml [2024-04-06 14:13:13,650] [INFO] [real_accelerator.py:110:get_accelerator] Setting ds_accelerator to cuda (auto detect) 2024-04-06 14:13:14.193352: I tensorflow/core/util/port.cc:113] oneDNN custom operations are on. You may see slightly...
Whether I use -t argument or not. ``` (spacy) mememe@ubuntugpu:~$ parse-as-conll en_core_web_sm spacy --input_str "I like cookies. What about you?" -t --include_headers Traceback (most recent call last): File "/mnt/data/mememe/.local/bin/parse-as-conll", line...
I followed the official doc [here](https://flat.readthedocs.io/en/latest/installation_guide.html#:~:text=You%20can%20subsequently%20start), however, when I access `http://myhost:8080`, `http://myhost:8080/flat`, `http://myhost:8080/flat/pub` all are 400 Bad request errors. Below are logs in the terminal: ``` docker run -p 0.0.0.0:8080:80...
For those skill texts in other languages supported by spaCy, how to train?
### Reminder - [X] I have read the README and searched the existing issues. ### Reproduction ``` git clone https://github.com/hiyouga/LLaMA-Factory cd LLaMA-Factory docker-compose up -d ```   ``` (base)...
I followed [this tutorial](https://obsproject.com/forum/resources/how-to-set-up-your-own-private-rtmp-server-using-nginx.50/) to push RTMP streaming from Open Broadcast Studio to my Ningx-RTMP server. I add the "record all" command in my config file, but still no work....
When I ran `python test.py --config configs/video_feat_extract.json --save_feats saved_features --save_type video` by following https://github.com/m-bain/frozen-in-time/blob/main/index_search.md, it showed errors as below: ``` (frozen) ubuntuuser@ubuntugpu:~/frozen-in-time$ python test.py --config configs/video_feat_extract.json --save_feats saved_features --save_type video...
I mean https://meru.robots.ox.ac.uk/frozen-in-time. Thanks a lot!