-
Updated
Apr 26, 2021 - Python
transfer-learning
Here are 1,817 public repositories matching this topic...
-
Updated
Apr 14, 2021 - Python
-
Updated
Apr 21, 2021
-
Updated
Apr 15, 2021 - Python
-
Updated
Mar 21, 2021 - Python
Create a suite of tools to easily manipulate SQuAD format data. It would be useful to have tools to do things such as:
- merging annotations
- converting SQuAD format to Pandas data frame and vice versa
- easier functions to remove samples / paragraphs / annotations
- easier functions to count
- easier functions to return all questions or all answers
-
Updated
Mar 12, 2021
I'm playing around with this wonderful code but I'm running into a curious issue when I try to train the model with my own data.
I replicated the personachat_self_original.json file structure and added my own data. I deleted dataset_cache_OpenAIGPTTokenizer file but when I try to train, I get this error:
INFO:train.py:Pad inputs and convert to Tensor
Traceback (most recent call last)
-
Updated
Apr 27, 2021 - Python
QAInferencer still needs task type explicitly set.
-
Updated
Feb 9, 2021 - Python
-
Updated
Apr 18, 2021
-
Updated
Apr 16, 2021 - Jupyter Notebook
-
Updated
Jan 1, 2019 - Python
-
Updated
Apr 20, 2021 - Python
-
Updated
Jul 26, 2019 - Python
-
Updated
Apr 26, 2021 - Jupyter Notebook
-
Updated
Sep 16, 2020 - Python
-
Updated
Apr 25, 2021 - Python
-
Updated
Mar 18, 2021
-
Updated
Oct 16, 2019 - Python
-
Updated
Apr 19, 2021 - Jupyter Notebook
Per this comment in #12
-
Updated
Apr 23, 2021 - Python
-
Updated
Apr 5, 2021
-
Updated
Dec 7, 2020 - Jupyter Notebook
-
Updated
Oct 17, 2020
Improve this page
Add a description, image, and links to the transfer-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transfer-learning topic, visit your repo's landing page and select "manage topics."


When running TabularPredictor.fit(), I encounter a BrokenPipeError for some reason.
What is causing this?
Could it be due to OOM error?