pretrained-models
Here are 186 public repositories matching this topic...
Please can you train ghostnet.
(i don't have the imagenet dataset)
🚀 Feature
Add information about debugging segmentation fault to README and docs FAQ.
A lot of people are getting this error. It should be easy to debug this using htop memory output.
-
Updated
Jun 12, 2020 - Python
-
Updated
Nov 18, 2019 - Python
-
Updated
Jun 16, 2020 - Python
-
Updated
Apr 9, 2020 - Python
-
Updated
Jun 18, 2020 - Python
-
Updated
Jun 14, 2020 - Python
-
Updated
Apr 6, 2020 - Python
-
Updated
Jun 10, 2020 - Python
-
Updated
Apr 28, 2020 - Python
-
Updated
Jul 26, 2019 - Python
Hey! I think it would be useful to have a more detailed explanation about:
- what the dataset should look like for performing NER, similar to the fine-tuning example. The [NER sample](https://github.com/deepset-ai/FARM/blob/97b0211a37ea7c7d64b4602f0e21b65428b2bd76/t
-
Updated
Apr 7, 2020 - Python
-
Updated
Jan 24, 2019 - Python
Documentation
I think we should give/improve the following points :
- A high-level overview of the pipeline. How everything works, how each module is articulated with the others, etc ...
- More details about some mechanisms : I am thinking about user-defined callbacks since I've been working on that. But I'm pretty sure many of you will have other ideas
🙂 - More explanations about some tricks that have
-
Updated
Nov 6, 2019 - Python
使用方法
-
Updated
Jan 24, 2020 - Python
-
Updated
Jan 16, 2020 - Python
-
Updated
Feb 1, 2018 - Jupyter Notebook
-
Updated
Mar 20, 2020 - Jupyter Notebook
-
Updated
Mar 16, 2018 - Python
-
Updated
May 15, 2020 - Python
-
Updated
Jun 7, 2020 - Python
When using a Finder with a TfidfRetriever (InMemoryDocumentStore) and default TransformersReader all indices and scores are printed (see line 75 in tfidf.py), and there is no meta-data being inserted into the documents which are returned (line 96). I commented out the print call and added the following line to the Document constructor:
meta={'name':self.document_store.get_document_by_id(
-
Updated
Nov 26, 2017 - Python
-
Updated
May 25, 2020 - Jupyter Notebook
-
Updated
Jun 13, 2020 - Python
Improve this page
Add a description, image, and links to the pretrained-models topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pretrained-models topic, visit your repo's landing page and select "manage topics."
Description
Add a ReadMe file in the GitHub folder.
Explain usage of the Templates
Other Comments
Principles of NLP Documentation
Each landing page at the folder level should have a ReadMe which explains -
○ Summary of what this folder offers.
○ Why and how it benefits users
○ As applicable - Documentation of using it, brief description etc
Scenarios folder:
○